Skip to content

Commit 103c319

Browse files
committed
chore: standardize package metadata
1 parent 4a3bcca commit 103c319

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"homepage": "https://react-component.github.io/pagination",
4646
"repository": {
4747
"type": "git",
48-
"url": "git@github.com:react-component/pagination.git"
48+
"url": "https://github.com/react-component/pagination.git"
4949
},
5050
"bugs": {
51-
"url": "http://github.com/react-component/pagination/issues"
51+
"url": "https://github.com/react-component/pagination/issues"
5252
},
5353
"license": "MIT",
5454
"scripts": {
@@ -111,5 +111,8 @@
111111
"**/*.{js,jsx,tsx,ts,md,json}": [
112112
"prettier --write --ignore-unknown"
113113
]
114+
},
115+
"publishConfig": {
116+
"access": "public"
114117
}
115118
}

0 commit comments

Comments
 (0)