Skip to content

Commit 89b565d

Browse files
committed
chore: standardize package metadata
1 parent 6a71b58 commit 89b565d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"react-progress",
99
"progress"
1010
],
11-
"homepage": "http://github.com/react-component/progress",
11+
"homepage": "https://react-component.github.io/progress",
1212
"repository": {
1313
"type": "git",
14-
"url": "git@github.com:react-component/progress.git"
14+
"url": "https://github.com/react-component/progress.git"
1515
},
1616
"bugs": {
17-
"url": "http://github.com/react-component/progress/issues"
17+
"url": "https://github.com/react-component/progress/issues"
1818
},
1919
"license": "MIT",
2020
"main": "./lib/index",
@@ -70,5 +70,8 @@
7070
"peerDependencies": {
7171
"react": ">=16.9.0",
7272
"react-dom": ">=16.9.0"
73+
},
74+
"publishConfig": {
75+
"access": "public"
7376
}
7477
}

0 commit comments

Comments
 (0)