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 2e7096c commit 7e5b87dCopy full SHA for 7e5b87d
1 file changed
package.json
@@ -9,13 +9,13 @@
9
"dialog",
10
"ui"
11
],
12
- "homepage": "http://github.com/react-component/dialog",
+ "homepage": "https://react-component.github.io/dialog",
13
"bugs": {
14
- "url": "http://github.com/react-component/dialog/issues"
+ "url": "https://github.com/react-component/dialog/issues"
15
},
16
"repository": {
17
"type": "git",
18
- "url": "git@github.com:react-component/dialog.git"
+ "url": "https://github.com/react-component/dialog.git"
19
20
"license": "MIT",
21
"author": "yiminghe@gmail.com",
@@ -86,5 +86,8 @@
86
"peerDependencies": {
87
"react": ">=18.0.0",
88
"react-dom": ">=18.0.0"
89
+ },
90
+ "publishConfig": {
91
+ "access": "public"
92
}
93
0 commit comments