Skip to content

Commit 200327a

Browse files
committed
Make it closer to helix naming convention
1 parent 907660d commit 200327a

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
@@ -4,7 +4,7 @@
44
"description": "React components to wrap HelixUI custom elements",
55
"source": "src/index.mjs",
66
"main": "dist/helix-react.js",
7-
"module": "dist/helix-react.module.js",
7+
"module": "dist/helix-react.esm.js",
88
"unpkg": "dist/helix-react.umd.js",
99
"scripts": {
1010
"install:clean": "rm -rf node_modules && yarn install",

0 commit comments

Comments
 (0)