Skip to content

Commit f3e9487

Browse files
committed
fix: fix main entrypoint in package.json
Point it correctly to index.js instead of properties.js
1 parent 00ae204 commit f3e9487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"engines": {
3232
"node": ">= 14"
3333
},
34-
"main": "lib/properties.js",
34+
"main": "lib/index.js",
35+
"types": "lib/index.d.ts",
3536
"files": [
3637
"lib",
3738
"src"

0 commit comments

Comments
 (0)