Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Nov 2, 2022
1 parent 36cc57f commit 9b06280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "4.0.0-beta.1",
"description": "",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
Expand Down

0 comments on commit 9b06280

Please sign in to comment.