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 a5baaab commit a732f0fCopy full SHA for a732f0f
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"react-tree-select",
9
"tree-select"
10
],
11
- "homepage": "https://github.com/react-component/tree-select",
+ "homepage": "https://react-component.github.io/tree-select",
12
"bugs": {
13
"url": "https://github.com/react-component/tree-select/issues"
14
},
@@ -82,5 +82,8 @@
82
"peerDependencies": {
83
"react": "*",
84
"react-dom": "*"
85
+ },
86
+ "publishConfig": {
87
+ "access": "public"
88
}
89
0 commit comments