Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
5ee39fc04d | |||
40254e394e | |||
9306dcf0a1 |
@ -1,8 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '4.1'
|
||||
before_install:
|
||||
- npm install -g tsd
|
||||
- '4.2.4'
|
||||
deploy:
|
||||
provider: npm
|
||||
email: npm@lossless.digital
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-browser",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "browserify and other goodies for gulp",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -25,14 +25,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/gulp-browser",
|
||||
"dependencies": {
|
||||
"beautylog": "2.0.4",
|
||||
"beautylog": "2.0.6",
|
||||
"browserify": "13.0.0",
|
||||
"gulp-util": "3.0.7",
|
||||
"through2": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "3.9.0",
|
||||
"gulp-function": "0.0.12",
|
||||
"npmts": "^2.0.2"
|
||||
"gulp-function": "1.0.2",
|
||||
"npmts": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ var plugins = {
|
||||
describe("gulpBrowser",function(){
|
||||
describe(".browserify",function(){
|
||||
it("should run through smoothly",function(done){
|
||||
this.timeout(15000);
|
||||
this.timeout(20000);
|
||||
plugins.gulp.task('gulpBrowserNormal',function(cb) {
|
||||
var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
|
||||
.pipe(plugins.gulpBrowser.browserify())
|
||||
|
Reference in New Issue
Block a user