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 58cc993 commit c89ddf7Copy full SHA for c89ddf7
packages/vue/package.json
@@ -5,6 +5,17 @@
5
"description": "A starter for creating a Vue component library.",
6
"author": "Elone Hoo <hi@elonehoo.me>",
7
"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
+ ],
19
"main": "./dist/index.js",
20
"module": "./dist/index.js",
21
"types": "./dist/index.d.ts",
0 commit comments