Skip to content

Commit 4902397

Browse files
committed
fix: only publish dist folder
1 parent 7a7a365 commit 4902397

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
@@ -20,6 +20,12 @@
2020
"version": "0.0.0-semantic-release",
2121
"main": "dist/index.js",
2222
"types": "dist/index.d.ts",
23+
"files": [
24+
"dist",
25+
"LICENSE",
26+
"README.md",
27+
"package.json"
28+
],
2329
"bin": {
2430
"destroy": "dist/bin/destroy.js"
2531
},

0 commit comments

Comments
 (0)