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 b645765 commit 74baec6Copy full SHA for 74baec6
1 file changed
package.json
@@ -10,11 +10,11 @@
10
],
11
"homepage": "https://react-component.github.io/switch",
12
"bugs": {
13
- "url": "http://github.com/react-component/switch/issues"
+ "url": "https://github.com/react-component/switch/issues"
14
},
15
"repository": {
16
"type": "git",
17
- "url": "git@github.com:react-component/switch.git"
+ "url": "https://github.com/react-component/switch.git"
18
19
"license": "MIT",
20
"main": "./lib/index",
@@ -71,5 +71,8 @@
71
"react-dom": ">=16.9.0"
72
73
"types": "./lib/index.d.ts",
74
- "style": "./assets/index.css"
+ "style": "./assets/index.css",
75
+ "publishConfig": {
76
+ "access": "public"
77
+ }
78
}
0 commit comments