Skip to content

Commit e076f0b

Browse files
authored
package.json: only pack necessary files (#64)
Do not pack tests into the npm package.
1 parent b74d527 commit e076f0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"lintit": "^6.0.1",
2121
"tap": "^12.6.1"
2222
},
23+
"files": [
24+
"lib/",
25+
"bin/",
26+
"index.js"
27+
],
2328
"license": "MIT",
2429
"bin": {
2530
"core-validate-commit": "./bin/cmd.js"

0 commit comments

Comments
 (0)