Skip to content

Commit 33acbf9

Browse files
authored
use dist path
1 parent 4fdfb38 commit 33acbf9

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
@@ -8,7 +8,7 @@
88
"types": "dist/htm.d.ts",
99
"exports": {
1010
".": {
11-
"types": "./src/index.d.ts",
11+
"types": "./dist/htm.d.ts",
1212
"browser": "./dist/htm.module.js",
1313
"umd": "./dist/htm.umd.js",
1414
"import": "./dist/htm.mjs",

0 commit comments

Comments
 (0)