Skip to content

Commit 8f25e8d

Browse files
committed
Rename extended JSON file to data.extended.json
This is to align better with data.json and data.schema.json.
1 parent 6da9a68 commit 8f25e8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ packages/**/LICENSE.txt
66
packages/web-features/data.json
77
packages/web-features/data.schema.json
88
packages/web-features/types.ts
9+
data.extended.json
910
index.js

scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function buildExtendedJSON() {
8181
}
8282

8383
fs.writeFileSync(
84-
new URL("./web-features.extended.json", rootDir),
84+
new URL("./data.extended.json", rootDir),
8585
stringify(data),
8686
);
8787
}

0 commit comments

Comments
 (0)