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 73ec933 commit b384a3cCopy full SHA for b384a3c
1 file changed
package.json
@@ -6,13 +6,13 @@
6
"react",
7
"react-dropdown"
8
],
9
- "homepage": "http://github.com/react-component/dropdown",
+ "homepage": "https://react-component.github.io/dropdown",
10
"bugs": {
11
- "url": "http://github.com/react-component/dropdown/issues"
+ "url": "https://github.com/react-component/dropdown/issues"
12
},
13
"repository": {
14
"type": "git",
15
- "url": "git@github.com:react-component/dropdown.git"
+ "url": "https://github.com/react-component/dropdown.git"
16
17
"license": "MIT",
18
"maintainers": [
@@ -78,5 +78,8 @@
78
"peerDependencies": {
79
"react": ">=16.11.0",
80
"react-dom": ">=16.11.0"
81
+ },
82
+ "publishConfig": {
83
+ "access": "public"
84
}
85
0 commit comments