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 7154251 commit 881ee0bCopy full SHA for 881ee0b
1 file changed
package.json
@@ -9,11 +9,11 @@
9
],
10
"homepage": "https://react-component.github.io/tabs",
11
"bugs": {
12
- "url": "http://github.com/react-component/tabs/issues"
+ "url": "https://github.com/react-component/tabs/issues"
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git@github.com:react-component/tabs.git"
+ "url": "https://github.com/react-component/tabs.git"
17
18
"license": "MIT",
19
"author": "yiminghe@gmail.com",
@@ -86,5 +86,8 @@
86
"node": ">=8.x"
87
88
"types": "./lib/index.d.ts",
89
- "style": "./assets/index.css"
+ "style": "./assets/index.css",
90
+ "publishConfig": {
91
+ "access": "public"
92
+ }
93
}
0 commit comments