Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref committed May 2, 2023
1 parent 5a1219b commit 0b4f974
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 @@ -27,10 +27,10 @@
},
"module": "commonjs",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"main": "./dist/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"files": [
"dist",
Expand Down

0 comments on commit 0b4f974

Please sign in to comment.