Skip to content

Commit

Permalink
chore(deps): updated major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeWee committed Feb 16, 2019
1 parent a0da54c commit 9ff4f88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"changelog": "node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prepare": "npm run build",
"prepublishOnly": "npm run test",
"commitmsg": "node_modules/.bin/commitlint -E GIT_PARAMS",
"precommit": "node_modules/.bin/lint-staged",
"postcommit": "git reset",
"preversion": "npm run test",
"version": "npm run changelog && git add CHANGELOG.md"
},
Expand Down Expand Up @@ -72,6 +69,13 @@
"peerDependencies": {
"jest": ">=22 <24"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"post-commit": "git reset"
}
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
Expand Down

0 comments on commit 9ff4f88

Please sign in to comment.