Skip to content

Commit d78de7a

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 d78de7a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ function buildExtendedJSON() {
8080
process.exit(1);
8181
}
8282

83-
fs.writeFileSync(
84-
new URL("./web-features.extended.json", rootDir),
85-
stringify(data),
86-
);
83+
fs.writeFileSync(new URL("./data.extended.json", rootDir), stringify(data));
8784
}
8885

8986
function valid(data: any): boolean {

0 commit comments

Comments
 (0)