Skip to content

Commit

Permalink
chore(package): add check-updates command to update intenral package.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
DxCx committed Jan 24, 2017
1 parent a163780 commit d7ca07f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"pretravis": "npm run compile",
"travis": "istanbul cover -x \"*.test.js\" _mocha -- --timeout 5000 --compilers js:babel-core/register --full-trace ./test/tests.js",
"posttravis": "npm run lint",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info"
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"check-updates": "lerna exec ./node_modules/.bin/npm-check-updates -- -u"
},
"devDependencies": {
"@types/chai": "^3.4.34",
Expand All @@ -34,6 +35,7 @@
"istanbul": "1.0.0-alpha.2",
"lerna": "git://github.com/DxCx/lerna.git#bootstrap-dev-bin-pkg",
"mocha": "^3.2.0",
"npm-check-updates": "^2.8.9",
"remap-istanbul": "^0.8.4",
"sinon": "^1.17.7",
"supertest": "^2.0.1",
Expand Down

0 comments on commit d7ca07f

Please sign in to comment.