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 d23f40d commit 596a3caCopy full SHA for 596a3ca
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@juhovalkonen/rc-tree-select",
3
- "private": false,
4
- "version": "5.5.0",
+ "version": "5.4.3",
5
"description": "custom fork of tree-select ui component for react",
6
"keywords": [
7
"react",
@@ -18,6 +17,10 @@
18
17
"bugs": {
19
"url": "https://github.com/juhoValkonen/tree-select/issues"
20
},
+ "publishConfig": {
21
+ "registry": "https://registry.npmjs.org/",
22
+ "access": "public"
23
+ },
24
"files": [
25
"es",
26
"lib",
0 commit comments