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 7f3835a commit a84c96cCopy full SHA for a84c96c
1 file changed
package.json
@@ -9,13 +9,13 @@
9
"ui",
10
"react-menu"
11
],
12
- "homepage": "http://github.com/react-component/menu",
+ "homepage": "https://react-component.github.io/menu",
13
"bugs": {
14
- "url": "http://github.com/react-component/menu/issues"
+ "url": "https://github.com/react-component/menu/issues"
15
},
16
"repository": {
17
"type": "git",
18
- "url": "git@github.com:react-component/menu.git"
+ "url": "https://github.com/react-component/menu.git"
19
20
"license": "MIT",
21
"maintainers": [
@@ -83,5 +83,8 @@
83
84
"lint-staged": {
85
"*": "prettier --write --ignore-unknown"
86
+ },
87
+ "publishConfig": {
88
+ "access": "public"
89
}
90
0 commit comments