Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Bump themekit version
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold authored and Thomas Kelly committed Jul 31, 2017
1 parent cc0697b commit cdd6f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/slate-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
bin/theme
.DS_Store
2 changes: 1 addition & 1 deletion packages/slate-cli/includes/themekit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {

Expand Down

0 comments on commit cdd6f82

Please sign in to comment.