Skip to content

Commit 5704c36

Browse files
authored
chore: use files field in package.json for exclude files of release (#50)
1 parent 2af852d commit 5704c36

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
@@ -9,6 +9,12 @@
99
"badges",
1010
"express"
1111
],
12+
"files": [
13+
"template",
14+
"bin",
15+
"index.js",
16+
"lib"
17+
],
1218
"license": "MIT",
1319
"main": "index.js",
1420
"repository": {

0 commit comments

Comments
 (0)