Skip to content

Commit 0f61e00

Browse files
fix: adjust module to point to dist (#116)
1 parent 8be59de commit 0f61e00

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
@@ -12,7 +12,7 @@
1212
"/dist"
1313
],
1414
"main": "dist/",
15-
"module": "lib/index.ts",
15+
"module": "dist/index.js",
1616
"keywords": [
1717
""
1818
],

0 commit comments

Comments
 (0)