From 753f3855739d8cee6164e8a48e70983bc9ba319c Mon Sep 17 00:00:00 2001 From: Matt Swensen Date: Tue, 26 Mar 2019 06:16:24 -0600 Subject: [PATCH] Fix colors.js download. --- web/src/generateZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/generateZip.js b/web/src/generateZip.js index bb49e88..79b46ac 100644 --- a/web/src/generateZip.js +++ b/web/src/generateZip.js @@ -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} `;