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 4ad6615 commit 39f0330Copy full SHA for 39f0330
1 file changed
package.json
@@ -12,11 +12,11 @@
12
],
13
"homepage": "https://react-component.github.io/slider",
14
"bugs": {
15
- "url": "http://github.com/react-component/slider/issues"
+ "url": "https://github.com/react-component/slider/issues"
16
},
17
"repository": {
18
"type": "git",
19
- "url": "git@github.com:react-component/slider.git"
+ "url": "https://github.com/react-component/slider.git"
20
21
"license": "MIT",
22
"main": "./lib/index",
@@ -86,5 +86,8 @@
86
87
"engines": {
88
"node": ">=8.x"
89
+ },
90
+ "publishConfig": {
91
+ "access": "public"
92
}
93
0 commit comments