Skip to content

Commit

Permalink
🐛 Fix default package export
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Mar 12, 2024
1 parent 128b2be commit ded1875
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 @@ -10,7 +10,7 @@
"browser": "bundle/interactor.js",
"exports": {
"module": "./lib/index.js",
"default": "./dist/interactor.js"
"default": "./bundle/interactor.js"
},
"files": [
"bundle",
Expand Down

0 comments on commit ded1875

Please sign in to comment.