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 9aae691 commit 4f366eaCopy full SHA for 4f366ea
βpackage.jsonβ
@@ -19,7 +19,7 @@
19
"tsx": "^4.19.2",
20
"vitest": "^3.2.4"
21
},
22
- "private": false,
+ "private": true,
23
"keywords": [
24
"qwik",
25
"devtools",
βpackages/devtools/package.jsonβ
@@ -43,6 +43,9 @@
43
"@changesets/types": "^6.0.0"
44
45
"private": false,
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
50
51
0 commit comments