Skip to content

Commit d37b652

Browse files
committed
fix: main entry point path
1 parent 312ee33 commit d37b652

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": "posthtml/posthtml-components",
77
"author": "Damir Grgic <damir@tuta.io> (https://github.com/thewebartisan7)",
8-
"main": "src",
8+
"main": "src/index.js",
99
"types": "src/index.d.ts",
1010
"files": [
1111
"src"

0 commit comments

Comments
 (0)