Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Oct 30, 2023
1 parent 347a97e commit 21b3ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"type": "module",
"types": "./lib-types/index.d.ts",
"qwik": "./lib/index.qwik.mjs",
"qwik": "./lib/index.mjs",
"exports": {
"./qwik": {
"import": "./lib/index.qwik.mjs",
"require": "./lib/index.qwik.cjs",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs",
"types": "./lib-types/index.d.ts"
},
"./vite": {
Expand Down

0 comments on commit 21b3ee5

Please sign in to comment.