Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit bfec287

Browse files
committed
fix package module path
1 parent 339538d commit bfec287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"publishConfig": {
2424
"access": "public"
2525
},
26-
"main": "index.js",
27-
"module": "index.mjs",
26+
"main": "lib.js",
27+
"module": "lib.mjs",
2828
"types": "lib/index.d.ts",
2929
"scripts": {
3030
"example": "ts-node example/example",

0 commit comments

Comments
 (0)