Skip to content

Commit e28dccf

Browse files
committed
Fix broken import in refresh-static script
1 parent 92c5ece commit e28dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/refresh-static.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getAllVersions } from "../src/scripts/baseline-browser-versions";
1+
import { getAllVersions } from "baseline-browser-mapping";
22

33
import { writeFileSync } from "fs";
44

0 commit comments

Comments
 (0)