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 8f76da0 commit a10cfceCopy full SHA for a10cfce
1 file changed
package.json
@@ -9,11 +9,11 @@
9
],
10
"homepage": "https://react-component.github.io/steps",
11
"bugs": {
12
- "url": "http://github.com/react-component/steps/issues"
+ "url": "https://github.com/react-component/steps/issues"
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git@github.com:react-component/steps.git"
+ "url": "https://github.com/react-component/steps.git"
17
18
"license": "MIT",
19
"maintainers": [
@@ -82,5 +82,8 @@
82
"engines": {
83
"node": ">=8.x"
84
85
- "style": "./assets/index.css"
+ "style": "./assets/index.css",
86
+ "publishConfig": {
87
+ "access": "public"
88
+ }
89
}
0 commit comments