Skip to content

Commit cdeee4a

Browse files
ZhangYiJiangFezVrasta
authored andcommitted
fix: umd and module export target (FezVrasta#33)
1 parent e6d133f commit cdeee4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"react-component"
2525
],
2626
"main": "dist/index.js",
27-
"umd:main": "dist/foo.umd.js",
28-
"module": "dist/foo.mjs",
27+
"umd:main": "dist/index.umd.js",
28+
"module": "dist/index.mjs",
2929
"source": "src/index.js",
3030
"scripts": {
3131
"start": "microbundle watch",

0 commit comments

Comments
 (0)