Skip to content

Commit

Permalink
Update download-compat-table.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Aug 29, 2024
1 parent 3c3bc68 commit 72a9b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-compat-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { existsSync, mkdirSync } = require("fs");
const path = require("path");
const rimraf = require("rimraf");

const COMPAT_TABLE_COMMIT = "459ee154ee35e1cf55fc9179178d072badf8c67d";
const COMPAT_TABLE_COMMIT = "fb3c71d4fea9b376c353752b28be38febd99688c";
const COMPAT_TABLE_PATH = "build/compat-table";

if (existsSync(COMPAT_TABLE_PATH)) {
Expand Down

0 comments on commit 72a9b00

Please sign in to comment.