File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 3838 "devDependencies" : {
3939 "code" : " ^1.2.1" ,
4040 "coveralls" : " ^2.7.0" ,
41- "graceful-fs" : " ^3.0.0" ,
42- "gulp" : " ^3.8.10" ,
41+ "gulp" : " >=3.8.10" ,
4342 "istanbul" : " ^0.3.0" ,
4443 "jshint" : " ^2.5.0" ,
4544 "jshint-stylish" : " ^1.0.0" ,
4645 "lab" : " ^5.1.0" ,
47- "marked-man" : " ^0.1.3" ,
48- "mkdirp" : " ^0.5.0" ,
49- "q" : " ^1.0.0" ,
50- "rimraf" : " ^2.2.5"
46+ "marked-man" : " ^0.1.3"
5147 },
5248 "scripts" : {
5349 "prepublish" : " marked-man --name gulp docs/CLI.md > gulp.1" ,
5450 "lint" : " jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules" ,
55- "test" : " npm run-script lint && lab -v " ,
51+ "test" : " npm run-script lint && lab -cv " ,
5652 "coveralls" : " istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
5753 },
5854 "engineStrict" : true ,
You can’t perform that action at this time.
0 commit comments