We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff34599 commit 517f808Copy full SHA for 517f808
2 files changed
‎.changeset/shaggy-socks-tell.md‎
@@ -0,0 +1,5 @@
1
+---
2
+'@9am/ctrl-panel': patch
3
4
+
5
+-\_-|||
‎package.json‎
@@ -25,6 +25,11 @@
25
"type": "git",
26
"url": "https://github.com/9am/ctrl-panel"
27
},
28
+ "private": false,
29
+ "publishConfig": {
30
+ "access": "public",
31
+ "registry": "https://registry.npmjs.org/"
32
+ },
33
"license": "MIT",
34
"type": "module",
35
"types": "./dist/index.d.ts",
0 commit comments