Skip to content

Commit 457c657

Browse files
committed
fix: add pkg.main (fixes #211)
1 parent 097f2f0 commit 457c657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"bin": {
2222
"dts": "./dist/index.js"
2323
},
24+
"main": "./dist/index.js",
2425
"typings": "./dist/index.d.ts",
2526
"scripts": {
2627
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)