Skip to content

Commit 4f366ea

Browse files
authored
chore: change private property πŸ€ (#69)
1 parent 9aae691 commit 4f366ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tsx": "^4.19.2",
2020
"vitest": "^3.2.4"
2121
},
22-
"private": false,
22+
"private": true,
2323
"keywords": [
2424
"qwik",
2525
"devtools",

β€Žpackages/devtools/package.jsonβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"@changesets/types": "^6.0.0"
4444
},
4545
"private": false,
46+
"publishConfig": {
47+
"access": "public"
48+
},
4649
"keywords": [
4750
"qwik",
4851
"devtools",

0 commit comments

Comments
Β (0)