Skip to content

Commit

Permalink
use dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored Apr 26, 2022
1 parent 4fdfb38 commit 33acbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "dist/htm.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./dist/htm.d.ts",
"browser": "./dist/htm.module.js",
"umd": "./dist/htm.umd.js",
"import": "./dist/htm.mjs",
Expand Down

0 comments on commit 33acbf9

Please sign in to comment.