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 6a71b58 commit 89b565dCopy full SHA for 89b565d
1 file changed
package.json
@@ -8,13 +8,13 @@
8
"react-progress",
9
"progress"
10
],
11
- "homepage": "http://github.com/react-component/progress",
+ "homepage": "https://react-component.github.io/progress",
12
"repository": {
13
"type": "git",
14
- "url": "git@github.com:react-component/progress.git"
+ "url": "https://github.com/react-component/progress.git"
15
},
16
"bugs": {
17
- "url": "http://github.com/react-component/progress/issues"
+ "url": "https://github.com/react-component/progress/issues"
18
19
"license": "MIT",
20
"main": "./lib/index",
@@ -70,5 +70,8 @@
70
"peerDependencies": {
71
"react": ">=16.9.0",
72
"react-dom": ">=16.9.0"
73
+ },
74
+ "publishConfig": {
75
+ "access": "public"
76
}
77
0 commit comments