Skip to content

Commit 1b2055b

Browse files
committed
chore(package): set exact files to include
1 parent 03e4d97 commit 1b2055b

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
"git-merged-branches": "dist/index.js",
2121
"gmb": "dist/index.js"
2222
},
23+
"files": [
24+
"dist/",
25+
"README.md",
26+
"LICENSE.MD"
27+
],
2328
"scripts": {
2429
"clean": "rimraf dist",
2530
"build": "npm run clean && node build.js",

0 commit comments

Comments
 (0)