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 6da9a68 commit d78de7aCopy full SHA for d78de7a
.gitignore
@@ -6,4 +6,5 @@ packages/**/LICENSE.txt
6
packages/web-features/data.json
7
packages/web-features/data.schema.json
8
packages/web-features/types.ts
9
+data.extended.json
10
index.js
scripts/build.ts
@@ -80,10 +80,7 @@ function buildExtendedJSON() {
80
process.exit(1);
81
}
82
83
- fs.writeFileSync(
84
- new URL("./web-features.extended.json", rootDir),
85
- stringify(data),
86
- );
+ fs.writeFileSync(new URL("./data.extended.json", rootDir), stringify(data));
87
88
89
function valid(data: any): boolean {
0 commit comments