File tree Expand file tree Collapse file tree 3 files changed +2
-30
lines changed
Expand file tree Collapse file tree 3 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 3737 "v8flags" : " ^2.0.9"
3838 },
3939 "devDependencies" : {
40- "6to5" : " ^2.9.4" ,
4140 "code" : " ^1.2.1" ,
4241 "coveralls" : " ^2.7.0" ,
4342 "gulp" : " >=3.8.10" ,
44- "istanbul" : " ^0.3.0" ,
4543 "jscs" : " ^1.11.3" ,
4644 "jshint" : " ^2.5.0" ,
4745 "jshint-stylish" : " ^2.0.1" ,
5149 "scripts" : {
5250 "prepublish" : " marked-man --name gulp docs/CLI.md > gulp.1" ,
5351 "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- "coveralls" : " istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/ lcov.info | coveralls && rm -rf ./coverage "
52+ "test" : " npm run lint && lab -cv" ,
53+ "coveralls" : " lab -r lcov | coveralls"
5654 },
5755 "engines" : {
5856 "node" : " >= 0.9"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments