Skip to content

Commit

Permalink
fix: incorrect require path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bchelkowski committed Nov 24, 2023
1 parent 9c81ceb commit 88062bb
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 @@ -21,7 +21,7 @@
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/commonjs/src/index.js"
"require": "./dist/cjs/src/index.js"
}
},
"keywords": [
Expand Down

0 comments on commit 88062bb

Please sign in to comment.