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 82158ee commit a944f5aCopy full SHA for a944f5a
1 file changed
package.json
@@ -8,13 +8,13 @@
8
"react-input-number",
9
"input-number"
10
],
11
- "homepage": "https://github.com/react-component/input-number",
+ "homepage": "https://react-component.github.io/input-number",
12
"bugs": {
13
"url": "https://github.com/react-component/input-number/issues"
14
},
15
"repository": {
16
"type": "git",
17
- "url": "git@github.com:react-component/input-number.git"
+ "url": "https://github.com/react-component/input-number.git"
18
19
"license": "MIT",
20
"author": "tsjxyz@gmail.com",
@@ -82,5 +82,8 @@
82
"peerDependencies": {
83
"react": ">=16.9.0",
84
"react-dom": ">=16.9.0"
85
+ },
86
+ "publishConfig": {
87
+ "access": "public"
88
}
89
0 commit comments