Skip to content

Commit

Permalink
fix(exports): allow to import dist files
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 23, 2023
1 parent 3f3387d commit abc2698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"browser": "./dist/web/index.js",
"default": "./dist/node/index.js"
},
"./web": "./dist/web/index.js"
"./web": "./dist/web/index.js",
"./dist/": "./dist/"
},
"type": "module",
"types": "./dist/node/index.d.ts",
Expand Down

0 comments on commit abc2698

Please sign in to comment.