Skip to content

Commit 9e451dd

Browse files
committed
chore: package info
1 parent bcf074a commit 9e451dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"main": "lib/ly-tab.common.js",
55
"description": "A better mobile touch-swappable reusable component for vue2.*",
66
"author": "ScoutYin <scoutyin.1900@gmail.com>",
7+
"keywords": [
8+
"Vue",
9+
"components",
10+
"mobile",
11+
"swap",
12+
"reusable",
13+
"tabs",
14+
"tabBar",
15+
"tab"
16+
],
717
"files": [
818
"src",
919
"lib"
@@ -13,6 +23,14 @@
1323
"start": "npm run dev",
1424
"build": "webpack --config build/webpack.config.js --mode production"
1525
},
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/ScoutYin/ly-tab.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/ScoutYin/ly-tab/issues"
32+
},
33+
"homepage": "https://github.com/ScoutYin/ly-tab",
1634
"publishConfig": {
1735
"registry": "https://registry.npmjs.org"
1836
},

0 commit comments

Comments
 (0)