We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d95cc commit 00f1de7Copy full SHA for 00f1de7
scripts/generate-funding-schema.js
@@ -6,7 +6,7 @@ import yaml from "js-yaml";
6
import path from "path";
7
import { exists } from "./utils.js";
8
9
-const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.0.0/funding.schema.json";
+const FUNDING_SCHEMA_URL = "https://fundingjson.org/schema/v1.1.0.json";
10
11
/**
12
* Fetch the funding.json schema from the official URL
0 commit comments