Skip to content

Commit 7b1e6be

Browse files
committed
feat: add repository field and homepage to package.json files
1 parent 4833b50 commit 7b1e6be

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

packages/components/navigation-menu/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "0.2.5",
55
"author": "Elone Hoo <[email protected]>",
66
"license": "MIT",
7+
"homepage": "https://github.com/destyler/destyler",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/destyler/destyler.git",
11+
"directory": "packages/components/navigation-menu"
12+
},
713
"exports": {
814
".": {
915
"types": "./dist/index.d.mts",

packages/components/scroll-area/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "0.2.5",
55
"author": "Elone Hoo <[email protected]>",
66
"license": "MIT",
7+
"homepage": "https://github.com/destyler/destyler",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/destyler/destyler.git",
11+
"directory": "packages/components/scroll-area"
12+
},
713
"exports": {
814
".": {
915
"types": "./dist/index.d.mts",

templates/component/package.json.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"version": "0.0.0",
55
"author": "Elone Hoo <elonehoo@gmail.com>",
66
"license": "MIT",
7+
"homepage": "https://github.com/destyler/destyler",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/destyler/destyler.git",
11+
"directory": "packages/components/{{machine}}"
12+
},
713
"exports": {
814
".": {
915
"types": "./dist/index.d.mts",

templates/shared/package.json.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "{{description}}",
66
"author": "Elone Hoo <elonehoo@gmail.com>",
77
"license": "MIT",
8+
"homepage": "https://github.com/destyler/destyler",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/destyler/destyler.git",
12+
"directory": "packages/shareds/{{name}}"
13+
},
814
"exports": {
915
".": {
1016
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)