Skip to content

Commit

Permalink
Change commonJS extension
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoGileno committed Jul 8, 2024
1 parent dca5cfb commit ce3b627
Show file tree
Hide file tree
Showing 3 changed files with 1,524 additions and 1,253 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "5.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs.js",
"main": "dist/index.cjs",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"require": "./dist/index.cjs",
"import": "./dist/index.es.js"
}
},
Expand Down
Loading

0 comments on commit ce3b627

Please sign in to comment.