Skip to content

Commit 94ee8b2

Browse files
committed
chore: add the homepage
1 parent 5d2257b commit 94ee8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"x-json-types": {
1717
"lastChangeDate": "2023-10-21T20:29:24.287Z"
1818
},
19-
"homepage": "https://github.com/swordev/json-types",
19+
"homepage": "https://github.com/swordev/json-types/tree/main/packages/compose",
2020
"bugs": {
2121
"url": "https://github.com/swordev/json-types/issues",
2222
"email": "juanrgm724@gmail.com"

scripts/actions/gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export async function gen() {
7979
...(type.keywords || []),
8080
],
8181
"x-json-types": { lastChangeDate },
82-
homepage: "https://github.com/swordev/json-types",
82+
homepage: `https://github.com/swordev/json-types/tree/main/packages/${type.name}`,
8383
bugs: {
8484
url: "https://github.com/swordev/json-types/issues",
8585
email: "juanrgm724@gmail.com",

0 commit comments

Comments
 (0)