Skip to content

Commit 74baec6

Browse files
committed
chore: standardize package metadata
1 parent b645765 commit 74baec6

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
@@ -10,11 +10,11 @@
1010
],
1111
"homepage": "https://react-component.github.io/switch",
1212
"bugs": {
13-
"url": "http://github.com/react-component/switch/issues"
13+
"url": "https://github.com/react-component/switch/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git@github.com:react-component/switch.git"
17+
"url": "https://github.com/react-component/switch.git"
1818
},
1919
"license": "MIT",
2020
"main": "./lib/index",
@@ -71,5 +71,8 @@
7171
"react-dom": ">=16.9.0"
7272
},
7373
"types": "./lib/index.d.ts",
74-
"style": "./assets/index.css"
74+
"style": "./assets/index.css",
75+
"publishConfig": {
76+
"access": "public"
77+
}
7578
}

0 commit comments

Comments
 (0)