Skip to content

Commit

Permalink
Merge pull request #342 from BranchMetrics/test-npm-update
Browse files Browse the repository at this point in the history
fix: added npm-check for dependencies
  • Loading branch information
ethanneff authored Jul 11, 2017
2 parents 13c774c + 0ab40bd commit 1868825
Show file tree
Hide file tree
Showing 2 changed files with 2,691 additions and 194 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"changelog": "node ./src/scripts/npm/updateChangeLog -reset=true",
"commitmsg": "validate-commit-msg",
"precommit": "gulp prod",
"precommit": "npm-check --skip-unused && gulp prod",
"postcommit": "semantic-release pre --verifyRelease='./src/scripts/npm/updateNpmVersion' || true",
"prerelease": "gulp prod",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand All @@ -47,14 +47,17 @@
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^2.1.0",
"request": "^2.81.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"cordova": "^7.0.1",
"gulp": "^3.9.1",
"gulp-standard": "^10.0.0",
"husky": "^0.13.4",
"husky": "^0.14.3",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"npm-check": "^5.4.4",
"plist": "^2.1.0",
"semantic-release": "^6.3.6",
"validate-commit-msg": "^2.12.2",
Expand Down
Loading

0 comments on commit 1868825

Please sign in to comment.