Skip to content

Commit 932bf29

Browse files
Switch from mjs -> js (#89)
1 parent 8d35c25 commit 932bf29

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
@@ -5,8 +5,8 @@
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.js",
8-
"module": "dist/index.mjs",
9-
"jsnext:main": "dist/index.mjs",
8+
"module": "dist/index.module.js",
9+
"jsnext:main": "dist/index.module.js",
1010
"scripts": {
1111
"build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
1212
"transpile": "echo 'export const ENABLE_PRETTY = false;'>env.js && microbundle src/index.js -f es,umd --target web --external preact",

0 commit comments

Comments
 (0)