Skip to content

Commit

Permalink
fix(build): fix the default export module in CJS, close #123
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jan 20, 2024
1 parent 2803fd7 commit 767da4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.d.cts"
"default": "./dist/index.cjs"
}
},
"./babel-plugin": {
Expand Down Expand Up @@ -100,4 +100,4 @@
"vitest": "^1.2.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 767da4c

Please sign in to comment.