Skip to content

Commit b4a55ac

Browse files
committed
edit: output file name
1 parent 6c0b05d commit b4a55ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ const json = {
1919

2020
const output = makeOutput(json);
2121

22-
writeFileSync("./outputTheme.js", output);
22+
writeFileSync("./output-theme.js", output);

0 commit comments

Comments
 (0)