We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0b05d commit b4a55acCopy full SHA for b4a55ac
1 file changed
src/index.js
@@ -19,4 +19,4 @@ const json = {
19
20
const output = makeOutput(json);
21
22
-writeFileSync("./outputTheme.js", output);
+writeFileSync("./output-theme.js", output);
0 commit comments