Skip to content

Commit

Permalink
Merge pull request #205 from eventualbuddha/fix/correct-exports-path
Browse files Browse the repository at this point in the history
fix: correct the `exports` path
  • Loading branch information
eventualbuddha authored Nov 20, 2021
2 parents f2ab22a + d894f18 commit d2aedf5
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 @@ -18,7 +18,7 @@
"license": "MIT",
"author": "Brian Donovan <[email protected]>",
"type": "module",
"exports": "./build/index.mjs",
"exports": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build"
Expand Down

0 comments on commit d2aedf5

Please sign in to comment.