Skip to content

Commit 6913c08

Browse files
committedDec 14, 2020
fix(pkg): add files field
1 parent 856723f commit 6913c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9+
"files": [
10+
"dist"
11+
],
912
"scripts": {
1013
"build": "siroc build",
1114
"release": "yarn build && standard-version && npm publish && git push --follow-tags"

0 commit comments

Comments
 (0)
Please sign in to comment.