Skip to content

Commit c04095c

Browse files
authored
chore(package): explicitly declare js module type (#71)
1 parent ea160ca commit c04095c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.0.2",
44
"description": "Automatically install pre-commit hooks for your npm modules.",
55
"main": "index.js",
6+
"type": "commonjs",
67
"scripts": {
78
"example-fail": "echo \"This is the example hook, I exit with 1\" && exit 1",
89
"example-pass": "echo \"This is the example hook, I exit with 0\" && exit 0",

0 commit comments

Comments
 (0)