Skip to content

Commit a944f5a

Browse files
committed
chore: standardize package metadata
1 parent 82158ee commit a944f5a

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
@@ -8,13 +8,13 @@
88
"react-input-number",
99
"input-number"
1010
],
11-
"homepage": "https://github.com/react-component/input-number",
11+
"homepage": "https://react-component.github.io/input-number",
1212
"bugs": {
1313
"url": "https://github.com/react-component/input-number/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git@github.com:react-component/input-number.git"
17+
"url": "https://github.com/react-component/input-number.git"
1818
},
1919
"license": "MIT",
2020
"author": "tsjxyz@gmail.com",
@@ -82,5 +82,8 @@
8282
"peerDependencies": {
8383
"react": ">=16.9.0",
8484
"react-dom": ">=16.9.0"
85+
},
86+
"publishConfig": {
87+
"access": "public"
8588
}
8689
}

0 commit comments

Comments
 (0)