Skip to content

Commit

Permalink
Fixes #26: incorrect export lib/index.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 6, 2022
1 parent e5faa89 commit 2345396
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 @@ -31,7 +31,7 @@
"type": "module",
"exports": {
"require": "./lib/index.cjs",
"import": "./lib/index.mjs"
"import": "./lib/index.js"
},
"scripts": {
"changelog": "auto-changelog -u --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
Expand Down

0 comments on commit 2345396

Please sign in to comment.