Skip to content

Commit c89ddf7

Browse files
committed
fix: update package.json to include homepage, repository, bugs, and keywords fields
1 parent 58cc993 commit c89ddf7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/vue/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
"description": "A starter for creating a Vue component library.",
66
"author": "Elone Hoo <hi@elonehoo.me>",
77
"license": "MIT",
8+
"homepage": "https://github.com/destyler/ui",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/destyler/ui.git",
12+
"directory": "packages/vue"
13+
},
14+
"bugs": "https://github.com/destyler/ui/issues",
15+
"keywords": [
16+
"base",
17+
"destyler"
18+
],
819
"main": "./dist/index.js",
920
"module": "./dist/index.js",
1021
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)