Skip to content

Commit 0498ce9

Browse files
authored
chore: update schemastore link for vitepress (#389)
1 parent a958a08 commit 0498ce9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
3333

3434
// Generate a schema store cache and include it in the bundle.
3535
schema.loadJson(
36-
"https://www.schemastore.org/api/json/catalog.json",
36+
"https://json.schemastore.org/api/json/catalog.json",
3737
// eslint-disable-next-line @typescript-eslint/no-explicit-any --- ignore
3838
{} as any,
3939
);

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"repository": "git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git",
66
"homepage": "https://ota-meshi.github.io/eslint-plugin-json-schema-validator/",
77
"author": "Yosuke Ota",
8+
"maintainers": [
9+
"JounQin <admin@1stg.me> (https://www.1stG.me)"
10+
],
811
"funding": "https://github.com/sponsors/ota-meshi",
912
"license": "MIT",
1013
"packageManager": "yarn@1.22.22",

0 commit comments

Comments
 (0)