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 ea160ca commit c04095cCopy full SHA for c04095c
package.json
@@ -3,6 +3,7 @@
3
"version": "2.0.2",
4
"description": "Automatically install pre-commit hooks for your npm modules.",
5
"main": "index.js",
6
+ "type": "commonjs",
7
"scripts": {
8
"example-fail": "echo \"This is the example hook, I exit with 1\" && exit 1",
9
"example-pass": "echo \"This is the example hook, I exit with 0\" && exit 0",
0 commit comments