Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslins committed Dec 4, 2023
1 parent ad5b1b3 commit 8a454b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"import": "./dist/nuxt/index.mjs",
"require": "./dist/nuxt/index.js"
},
"./react": {
"browser": "./dist/react/index.mjs",
"import": "./dist/react/index.mjs",
"require": "./dist/react/index.js"
},
"./remix": {
"browser": "./dist/remix/index.mjs",
"import": "./dist/remix/index.mjs",
Expand All @@ -41,11 +46,6 @@
"browser": "./dist/vue/index.mjs",
"import": "./dist/vue/index.mjs",
"require": "./dist/vue/index.js"
},
"./react": {
"browser": "./dist/react/index.mjs",
"import": "./dist/react/index.mjs",
"require": "./dist/react/index.js"
}
},
"main": "dist/index.js",
Expand Down

0 comments on commit 8a454b0

Please sign in to comment.