Skip to content

Commit 791cfc1

Browse files
committed
fix: fix export condition
1 parent d59469d commit 791cfc1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/vike-solid-query/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313
".": {
1414
"browser": "./dist/index.js",
1515
"node": "./dist/server.js",
16-
"default": "./dist/index.js",
17-
"types": "./dist/index.d.ts"
16+
"types": "./dist/index.d.ts",
17+
"default": "./dist/index.js"
1818
},
1919
"./config": "./dist/integration/config.js",
2020
"./__internal/integration/Wrapper": {
21-
"solid": "./dist/integration/Wrapper.js",
22-
"import": {
23-
"types": "./dist/integration/Wrapper.d.ts",
24-
"default": "./dist/integration/Wrapper.js"
25-
}
21+
"types": "./dist/integration/Wrapper.d.ts",
22+
"default": "./dist/integration/Wrapper.js"
2623
}
2724
},
2825
"scripts": {

0 commit comments

Comments
 (0)