Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Dec 18, 2023
1 parent ee1c978 commit d794890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"exports": {
"import": "dist/bundle.esm.js",
"require": "dist/bundle.cjs.js"
"import": "./dist/bundle.esm.js",
"require": "./dist/bundle.cjs.js"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit d794890

Please sign in to comment.