Skip to content

Commit

Permalink
fix(build): include root in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Oct 1, 2024
1 parent ac57f3b commit 277629b
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 @@ -20,6 +20,7 @@
"type": "commonjs",
"main": "index.js",
"exports": {
".": "./index.js",
"./extensions/fileWriter": "./extensions/fileWriter.js",
"./extensions/bubbleTail": "./extensions/bubbleTail.js"
},
Expand Down

0 comments on commit 277629b

Please sign in to comment.