Skip to content

Commit 7f0d813

Browse files
authored
Update package.json
1 parent 1d326ba commit 7f0d813

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
@@ -13,6 +13,7 @@
1313
"import": "./dist/htm.mjs",
1414
"require": "./dist/htm.js"
1515
},
16+
"./": "./",
1617
"./preact": {
1718
"browser": "./preact/index.module.js",
1819
"umd": "./preact/index.umd.js",
@@ -36,8 +37,7 @@
3637
"umd": "./mini/index.umd.js",
3738
"import": "./mini/index.mjs",
3839
"require": "./mini/index.js"
39-
},
40-
"./": "./"
40+
}
4141
},
4242
"scripts": {
4343
"build": "npm run -s build:main && npm run -s build:mini && npm run -s build:preact && npm run -s build:react && npm run -s build:babel && npm run -s build:babel-transform-jsx && npm run -s build:mjsalias",

0 commit comments

Comments
 (0)