Skip to content

Commit

Permalink
fix(package): update husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Sep 28, 2018
1 parent 9fd7fea commit ad17dac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
"src/"
],
"homepage": "https://github.com/chrisguttandin/worker-timers-broker",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "grunt lint"
}
},
"license": "MIT",
"main": "build/es5/bundle.js",
"module": "build/esm/module.js",
Expand All @@ -72,8 +78,6 @@
"url": "https://github.com/chrisguttandin/worker-timers-broker.git"
},
"scripts": {
"commitmsg": "commitlint --edit --extends @commitlint/config-angular",
"precommit": "grunt lint",
"prepublishOnly": "grunt build",
"test": "grunt lint && grunt test"
},
Expand Down

0 comments on commit ad17dac

Please sign in to comment.