File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
"man" : " gulp.1" ,
27
27
"dependencies" : {
28
28
"archy" : " ^1.0.0" ,
29
- "chalk" : " ^1.0 .0" ,
30
- "gulp-util" : " ^3.0.0 " ,
31
- "interpret" : " ^0.4.1 " ,
32
- "liftoff" : " ^2.0 .0" ,
29
+ "chalk" : " ^1.1 .0" ,
30
+ "gulp-util" : " ^3.0.6 " ,
31
+ "interpret" : " ^0.6.4 " ,
32
+ "liftoff" : " ^2.1 .0" ,
33
33
"minimist" : " ^1.1.0" ,
34
- "pretty-hrtime" : " ^0.2 .0" ,
35
- "semver" : " ^4.1 .0" ,
34
+ "pretty-hrtime" : " ^1.0 .0" ,
35
+ "semver" : " ^5.0 .0" ,
36
36
"tildify" : " ^1.0.0" ,
37
- "v8flags" : " ^2.0.2 "
37
+ "v8flags" : " ^2.0.9 "
38
38
},
39
39
"devDependencies" : {
40
40
"6to5" : " ^2.9.4" ,
44
44
"istanbul" : " ^0.3.0" ,
45
45
"jscs" : " ^1.11.3" ,
46
46
"jshint" : " ^2.5.0" ,
47
- "jshint-stylish" : " ^1 .0.0 " ,
47
+ "jshint-stylish" : " ^2 .0.1 " ,
48
48
"lab" : " ^5.1.0" ,
49
49
"marked-man" : " ^0.1.3"
50
50
},
51
51
"scripts" : {
52
52
"prepublish" : " marked-man --name gulp docs/CLI.md > gulp.1" ,
53
- "lint" : " jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules && jscs index.js lib bin test" ,
54
- "test" : " npm run-script lint && lab -cvm 5000 " ,
53
+ "lint" : " jshint lib index.js --reporter node_modules/jshint-stylish --exclude node_modules && jscs index.js lib bin test" ,
54
+ "test" : " npm run-script lint && lab -cv " ,
55
55
"coveralls" : " istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
56
56
},
57
57
"engines" : {
You can’t perform that action at this time.
0 commit comments