From cdd6f82f2cc7725ee9e4edbccb892f9a0642752c Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Thu, 18 Aug 2016 09:55:57 -0400 Subject: [PATCH] Bump themekit version --- packages/slate-cli/.gitignore | 1 + packages/slate-cli/includes/themekit.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/slate-cli/.gitignore b/packages/slate-cli/.gitignore index 8aa9f854c..284f073fb 100644 --- a/packages/slate-cli/.gitignore +++ b/packages/slate-cli/.gitignore @@ -1,2 +1,3 @@ node_modules/ bin/theme +.DS_Store diff --git a/packages/slate-cli/includes/themekit.js b/packages/slate-cli/includes/themekit.js index 1ff237aec..3a50bcfc4 100644 --- a/packages/slate-cli/includes/themekit.js +++ b/packages/slate-cli/includes/themekit.js @@ -8,7 +8,7 @@ var spawn = require('child_process').spawn; var slateRoot = path.resolve(__dirname, '..'); // https://github.com/Shopify/themekit/releases.atom: // fetch feed, parse for release version number, and append to base -var base = 'https://github.com/Shopify/themekit/releases/download/0.4.0'; +var base = 'https://github.com/Shopify/themekit/releases/download/0.4.2'; module.exports = {