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 8f25e8dCopy full SHA for 8f25e8d
.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
@@ -81,7 +81,7 @@ function buildExtendedJSON() {
81
}
82
83
fs.writeFileSync(
84
- new URL("./web-features.extended.json", rootDir),
+ new URL("./data.extended.json", rootDir),
85
stringify(data),
86
);
87
0 commit comments