Skip to content

Commit

Permalink
fix: package.json fields rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenQingchuan committed Sep 19, 2022
1 parent 7cbddf4 commit 6b4f679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -15,12 +15,12 @@
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.js"
},
"bin": {
"tsc-err-dirs": "./dist/index.mjs"
Expand Down Expand Up @@ -72,4 +72,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit 6b4f679

Please sign in to comment.