Skip to content

Commit

Permalink
fix: add exports main field
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jan 27, 2022
1 parent 74c7bd8 commit 03bb4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
"module": "index.mjs",
"exports": "./index.mjs",
"scripts": {
"benchmark": "node benchmark",
"build": "rollup --config --failAfterWarnings",
Expand Down

0 comments on commit 03bb4d9

Please sign in to comment.