Skip to content

Commit

Permalink
fix: add pkg.main (fixes #211)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 8, 2024
1 parent 097f2f0 commit 457c657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -21,6 +21,7 @@
"bin": {
"dts": "./dist/index.js"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 457c657

Please sign in to comment.