Compare commits

...

2 Commits

Author SHA1 Message Date
80223dc038 2.1.2 2016-05-13 18:18:53 +00:00
7b1df4148d update README 2016-05-13 18:18:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ gulp-browser is meant to be easy:
gulp.task('gulpBrowserTest',function() { gulp.task('gulpBrowserTest',function() {
var stream = gulp.src('./test/*.js') var stream = gulp.src('./test/*.js')
.pipe(gulpBrowser.browserify(trasforms)) // optional array of tansforms .pipe(gulpBrowser.browserify(transforms)) // gulp.browserify() accepts an optional array of tansforms
.pipe(gulp.dest("./test/browserifiedJS/")); .pipe(gulp.dest("./test/browserifiedJS/"));
return stream; return stream;
}); });

View File

@ -1,6 +1,6 @@
{ {
"name": "gulp-browser", "name": "gulp-browser",
"version": "2.1.1", "version": "2.1.2",
"description": "browserify and other goodies for gulp", "description": "browserify and other goodies for gulp",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {