File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 "pretravis" : " npm run compile" ,
1919 "travis" : " istanbul cover -x \" *.test.js\" _mocha -- --timeout 5000 --compilers js:babel-core/register --full-trace ./test/tests.js" ,
2020 "posttravis" : " npm run lint" ,
21- "postcoverage" : " remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info"
21+ "postcoverage" : " remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info" ,
22+ "check-updates" : " lerna exec ./node_modules/.bin/npm-check-updates -- -u"
2223 },
2324 "devDependencies" : {
2425 "@types/chai" : " ^3.4.34" ,
3435 "istanbul" : " 1.0.0-alpha.2" ,
3536 "lerna" : " git://github.com/DxCx/lerna.git#bootstrap-dev-bin-pkg" ,
3637 "mocha" : " ^3.2.0" ,
38+ "npm-check-updates" : " ^2.8.9" ,
3739 "remap-istanbul" : " ^0.8.4" ,
3840 "sinon" : " ^1.17.7" ,
3941 "supertest" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments