Skip to content

Commit a10cfce

Browse files
committed
chore: standardize package metadata
1 parent 8f76da0 commit a10cfce

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
],
1010
"homepage": "https://react-component.github.io/steps",
1111
"bugs": {
12-
"url": "http://github.com/react-component/steps/issues"
12+
"url": "https://github.com/react-component/steps/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git@github.com:react-component/steps.git"
16+
"url": "https://github.com/react-component/steps.git"
1717
},
1818
"license": "MIT",
1919
"maintainers": [
@@ -82,5 +82,8 @@
8282
"engines": {
8383
"node": ">=8.x"
8484
},
85-
"style": "./assets/index.css"
85+
"style": "./assets/index.css",
86+
"publishConfig": {
87+
"access": "public"
88+
}
8689
}

0 commit comments

Comments
 (0)