Skip to content

Commit d7ca07f

Browse files
committed
chore(package): add check-updates command to update intenral package.json
1 parent a163780 commit d7ca07f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
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",
@@ -34,6 +35,7 @@
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",

0 commit comments

Comments
 (0)