Fix colors.js download.

This commit is contained in:
Matt Swensen 2019-03-26 06:16:24 -06:00
parent ab7e43e57f
commit 753f385573
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -111,7 +111,7 @@ ${url}
const colorsForCli = (cliColors, url) => `// This file can be used with the themer CLI, see https://github.com/mjswensen/themer
module.exports = ${JSON.stringify(cliColors, null, 2)};
module.exports.colors = ${JSON.stringify(cliColors, null, 2)};
// Your theme's URL: ${url}
`;