We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856723f commit 6913c08Copy full SHA for 6913c08
package.json
@@ -6,6 +6,9 @@
6
"license": "MIT",
7
"main": "dist/index.js",
8
"types": "dist/index.d.ts",
9
+ "files": [
10
+ "dist"
11
+ ],
12
"scripts": {
13
"build": "siroc build",
14
"release": "yarn build && standard-version && npm publish && git push --follow-tags"
0 commit comments