Skip to content

Commit fa894a1

Browse files
committed
attempt to fix issue where dist files are now showing up in the package
1 parent 1da5d94 commit fa894a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"main": "dist/helix-react.js",
77
"module": "dist/helix-react.esm.js",
88
"unpkg": "dist/helix-react.js",
9+
"files": [
10+
"dist/"
11+
],
912
"scripts": {
1013
"install:clean": "rm -rf node_modules && yarn install",
1114
"build": "microbundle -i src/index.mjs --external react,react-dom --name HelixReact --jsx React.createElement --jsxFragment React.Fragment --compress false --sourcemap false",

0 commit comments

Comments
 (0)