Skip to content

Commit 4ae3600

Browse files
committed
unpkg changed over to using cjs bundle
1 parent 200327a commit 4ae3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"source": "src/index.mjs",
66
"main": "dist/helix-react.js",
77
"module": "dist/helix-react.esm.js",
8-
"unpkg": "dist/helix-react.umd.js",
8+
"unpkg": "dist/helix-react.js",
99
"scripts": {
1010
"install:clean": "rm -rf node_modules && yarn install",
1111
"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)