Skip to content

Commit 986998c

Browse files
committed
docs(package): add repository info to package.json files
Add repository configuration to all package.json files to properly link to the GitHub repository and specify package directories where applicable
1 parent 2d4d773 commit 986998c

5 files changed

Lines changed: 27 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"keywords": [],
1616
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
1717
"license": "MIT",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/vuetifyjs/cli.git"
21+
},
1822
"packageManager": "pnpm@10.28.0",
1923
"devDependencies": {
2024
"@intellectronica/ruler": "catalog:",

packages/cli/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
],
2424
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
2525
"license": "MIT",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/vuetifyjs/cli.git",
29+
"directory": "packages/cli"
30+
},
2631
"devDependencies": {
2732
"@bomb.sh/tab": "catalog:",
2833
"@clack/prompts": "catalog:",

packages/create/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
],
2626
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
2727
"license": "MIT",
28+
"repository": {
29+
"type": "git",
30+
"url": "git+https://github.com/vuetifyjs/cli.git",
31+
"directory": "packages/create"
32+
},
2833
"devDependencies": {
2934
"@bomb.sh/tab": "catalog:",
3035
"@clack/prompts": "catalog:",

packages/create0/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
],
2626
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
2727
"license": "MIT",
28+
"repository": {
29+
"type": "git",
30+
"url": "git+https://github.com/vuetifyjs/cli.git",
31+
"directory": "packages/create0"
32+
},
2833
"devDependencies": {
2934
"@bomb.sh/tab": "catalog:",
3035
"@clack/prompts": "catalog:",

packages/vscode/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"categories": [
99
"Other"
1010
],
11+
"description": "Vuetify extension for Visual Studio Code (WIP)",
12+
"author": "Andrey Yolkin <andreyyolkin@gmail.com>",
13+
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/vuetifyjs/cli.git",
17+
"directory": "packages/vscode"
18+
},
1119
"keywords": [
1220
"vuetify",
1321
"vscode",

0 commit comments

Comments
 (0)