Skip to content

Commit

Permalink
Remove husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 8, 2021
1 parent 04e9c81 commit 4b4389e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"format": "prettier --write \"./**/*.{js,json,md}\"",
"install": "node-gyp-build",
"rebuild": "node-gyp rebuild -j 8 --debug --verbose",
"test": "mocha",
"prepare": "husky install"
"test": "mocha"
},
"engines": {
"node": ">= 10.0.0"
Expand Down

0 comments on commit 4b4389e

Please sign in to comment.