File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 "gulplog" : " ^1.0.0" ,
4242 "interpret" : " ^1.1.0" ,
4343 "isobject" : " ^3.0.1" ,
44- "liftoff" : " ^2.5 .0" ,
44+ "liftoff" : " ^3.1 .0" ,
4545 "matchdep" : " ^2.0.0" ,
4646 "mute-stdout" : " ^1.0.0" ,
4747 "pretty-hrtime" : " ^1.0.0" ,
5353 "devDependencies" : {
5454 "babel-preset-es2015" : " ^6.5.0" ,
5555 "babel-register" : " ^6.5.1" ,
56- "coveralls" : " ^2.7.0 " ,
57- "eslint" : " ^1.7.3 " ,
58- "eslint-config-gulp" : " ^2 .0.0 " ,
56+ "coveralls" : " ^3.0.3 " ,
57+ "eslint" : " ^2.13.1 " ,
58+ "eslint-config-gulp" : " ^3 .0.1 " ,
5959 "expect" : " ^1.20.2" ,
6060 "gulp" : " ^4.0.0" ,
6161 "gulp-test-tools" : " ^0.6.1" ,
6262 "jscs" : " ^3.0.7" ,
6363 "jscs-preset-gulp" : " ^1.0.0" ,
6464 "marked-man" : " ^0.2.1" ,
6565 "mocha" : " ^3.2.0" ,
66- "nyc" : " ^11.4.1 " ,
66+ "nyc" : " ^13.3.0 " ,
6767 "rimraf" : " ^2.6.1"
6868 },
6969 "keywords" : [
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ describe('exports as tasks', function() {
2525 var filepath = path . join ( expectedDir , 'tasks-as-exports.txt' ) ;
2626 var expected = fs . readFileSync ( filepath , 'utf-8' ) ;
2727 // Remove babel/register lines
28- stdout = eraseTime ( skipLines ( stdout , 4 ) ) ;
28+ stdout = eraseTime ( skipLines ( stdout , 2 ) ) ;
2929 expect ( stdout ) . toEqual ( expected ) ;
3030 done ( err ) ;
3131 }
You can’t perform that action at this time.
0 commit comments