We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1039d commit 919ab3fCopy full SHA for 919ab3f
package.json
@@ -39,7 +39,8 @@
39
},
40
"engine-strict": true,
41
"scripts": {
42
- "postinstall": "git-hooks --uninstall; git-hooks --install",
+ "postinstall": "git-hooks --install",
43
+ "preuninstall": "git-hooks --uninstall",
44
"test": "jscs . && jshint . && mocha --reporter spec --recursive tests",
45
"coverage": "istanbul cover _mocha --recursive tests"
46
0 commit comments