Skip to content

Commit 00f1de7

Browse files
committed
Replace old URL for founding schema validation with a new one
1 parent d7d95cc commit 00f1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-funding-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import yaml from "js-yaml";
66
import path from "path";
77
import { exists } from "./utils.js";
88

9-
const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.0.0/funding.schema.json";
9+
const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.1.0.json";
1010

1111
/**
1212
* Fetch the funding.json schema from the official URL

0 commit comments

Comments
 (0)