Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 4bca0c4

Browse files
authored
Merge pull request #7 from uicrooks/dev
v0.6.1
2 parents bf50ec9 + 7189d24 commit 4bca0c4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lib/shopify-init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = async (cmd) => {
3737
// get all themes from the provided shopify store
3838
const response = await axios.get(
3939
api,
40-
{ theme: { name: options.name } },
4140
{ headers: {
4241
'X-Shopify-Access-Token': options.password,
4342
'Content-Type': 'application/json',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "themelab",
33
"description": "Shopify Theme Lab CLI",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"license": "MIT",
77
"keywords": [
88
"shopify",

0 commit comments

Comments
 (0)