Skip to content

Commit

Permalink
fix: require field extension incorrectly specified .cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
asyarb committed Apr 1, 2024
1 parent 6aa6e29 commit 072a832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 072a832

Please sign in to comment.