Skip to content

Commit 881ee0b

Browse files
committed
chore: standardize package metadata
1 parent 7154251 commit 881ee0b

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/tabs",
1111
"bugs": {
12-
"url": "http://github.com/react-component/tabs/issues"
12+
"url": "https://github.com/react-component/tabs/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git@github.com:react-component/tabs.git"
16+
"url": "https://github.com/react-component/tabs.git"
1717
},
1818
"license": "MIT",
1919
"author": "yiminghe@gmail.com",
@@ -86,5 +86,8 @@
8686
"node": ">=8.x"
8787
},
8888
"types": "./lib/index.d.ts",
89-
"style": "./assets/index.css"
89+
"style": "./assets/index.css",
90+
"publishConfig": {
91+
"access": "public"
92+
}
9093
}

0 commit comments

Comments
 (0)