Skip to content

Commit

Permalink
Reorder require and import
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jun 24, 2024
1 parent b82fc37 commit ddd33b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
"require": "./dist/cjs/index.js",
"import": "./dist/index.js"
},
"./serverInject": {
"require": "./dist/cjs/components/ServerInject.js",
Expand Down

0 comments on commit ddd33b0

Please sign in to comment.