We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140cafb commit 04677d1Copy full SHA for 04677d1
packages/kit-headless/package.json
@@ -8,10 +8,11 @@
8
"main": "./index.qwik.cjs",
9
"qwik": "./index.qwik.mjs",
10
"module": "./index.qwik.mjs",
11
- "types": "./index.qwik.d.ts",
+ "types": "./index.d.ts",
12
"type": "module",
13
"exports": {
14
".": {
15
16
"import": "./index.qwik.mjs",
17
"require": "./index.qwik.cjs"
18
}
@@ -20,8 +21,8 @@
20
21
"node": ">=16.0.0"
22
},
23
"private": false,
- "scripts": {},
24
"peerDependencies": {
25
"@builder.io/qwik": "^1.4.0"
26
- }
+ },
27
+ "scripts": {}
28
0 commit comments