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 7aaa4bd commit d74f61f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -43,6 +43,11 @@
"src/"
],
"homepage": "https://github.com/chrisguttandin/tslint-config-holy-grail",
"husky": {
"hooks": {
"pre-commit": "grunt lint"
}
},
"license": "MIT",
"main": "src/module.js",
"name": "tslint-config-holy-grail",
Expand All @@ -54,7 +59,6 @@
"url": "https://github.com/chrisguttandin/tslint-config-holy-grail.git"
},
"scripts": {
"precommit": "grunt lint",
"test": "grunt lint && grunt test"
},
"version": "35.1.3"
Expand Down

0 comments on commit d74f61f

Please sign in to comment.