Skip to content

Commit

Permalink
fix: usage in webpack (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Carson M. <carson@pyke.io>
  • Loading branch information
decahedron1 authored Jul 11, 2023
1 parent 11e3a36 commit 1ee5c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 1ee5c1e

Please sign in to comment.