Skip to content

Commit fe74f77

Browse files
committed
chore: standardize package metadata
1 parent 0bd3ea3 commit fe74f77

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"homepage": "https://react-component.github.io/upload",
1212
"bugs": {
13-
"url": "http://github.com/react-component/upload/issues"
13+
"url": "https://github.com/react-component/upload/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git@github.com:react-component/upload.git"
17+
"url": "https://github.com/react-component/upload.git"
1818
},
1919
"license": "MIT",
2020
"main": "./lib/index",
@@ -69,5 +69,8 @@
6969
"peerDependencies": {
7070
"react": ">=16.9.0",
7171
"react-dom": ">=16.9.0"
72+
},
73+
"publishConfig": {
74+
"access": "public"
7275
}
7376
}

0 commit comments

Comments
 (0)