Skip to content

Commit ef582d1

Browse files
committed
fix: package.json module path
1 parent 88a6a62 commit ef582d1

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
@@ -3,7 +3,7 @@
33
"version": "3.0.1",
44
"description": "TypeSafe HTML templates using TypeScript. No need to learn a template library.",
55
"main": "dist/src/elements.js",
6-
"module": "dist/esm/elements.js",
6+
"module": "dist/esm/src/elements.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/nicojs/typed-html"

0 commit comments

Comments
 (0)