Skip to content

Commit 55001a1

Browse files
committed
chore: add files field
1 parent 95b5ad5 commit 55001a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"main": "simple-git-hooks.js",
77
"bin": "./cli.js",
88
"packageManager": "yarn@1.22.22",
9+
"files": [
10+
"cli.js",
11+
"postinstall.js",
12+
"simple-git-hooks.js",
13+
"uninstall.js"
14+
],
915
"scripts": {
1016
"postinstall": "node ./postinstall.js",
1117
"lint": "eslint *.js",

0 commit comments

Comments
 (0)