Skip to content

Commit

Permalink
fix(husky): Die ghooks, die
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jones committed Dec 3, 2018
1 parent 1702328 commit 9406fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 119 deletions.
116 changes: 0 additions & 116 deletions npm-shrinkwrap.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"watch:test": "NODE_ENV=test ./node_modules/.bin/nodemon -w ./source -w ./spec ./node_modules/.bin/jasmine",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"config": {
"ghooks": {
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "bash ./bin/git/hooks/reject-forbidden-code",
"pre-push": "npm test"
Expand All @@ -26,7 +26,6 @@
"author": "Tim Jones",
"license": "MIT",
"devDependencies": {
"ghooks": "1.3.2",
"husky": "1.2.0",
"istanbul": "0.4.5",
"jasmine": "2.99.0",
Expand Down

0 comments on commit 9406fab

Please sign in to comment.