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 37
37
"v8flags" : " ^2.0.9"
38
38
},
39
39
"devDependencies" : {
40
- "6to5" : " ^2.9.4" ,
41
40
"code" : " ^1.2.1" ,
42
41
"coveralls" : " ^2.7.0" ,
43
42
"gulp" : " >=3.8.10" ,
44
- "istanbul" : " ^0.3.0" ,
45
43
"jscs" : " ^1.11.3" ,
46
44
"jshint" : " ^2.5.0" ,
47
45
"jshint-stylish" : " ^2.0.1" ,
51
49
"scripts" : {
52
50
"prepublish" : " marked-man --name gulp docs/CLI.md > gulp.1" ,
53
51
"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"
56
54
},
57
55
"engines" : {
58
56
"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