Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: fix commonjs entrypoints (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Oct 13, 2023
1 parent 2618158 commit 930d59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"author": "KATT",
"exports": {
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.mjs"
},
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit 930d59a

Please sign in to comment.