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