@madebyseed/seed-cli-tools 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,6 @@ var config = require("./includes/config");
14
14
 
15
15
  var messages = require("./includes/messages");
16
16
 
17
- console.log(config);
18
17
  var environment = config.environment.split(/\s*,\s*|\s+/)[0];
19
18
  /**
20
19
  * Initiates shopify's cli command 'shopify theme serve' on the dist folder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madebyseed/seed-cli-tools",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Seed CLI Tools",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -51,5 +51,5 @@
51
51
  "vinyl-paths": "^3.0.1",
52
52
  "yargs": "^17.0.1"
53
53
  },
54
- "gitHead": "f2f4b486718b60c024221276f6f52c7435ea2c87"
54
+ "gitHead": "4d7b75ed265d6bf4df7d0a578641239991f24248"
55
55
  }
@@ -10,7 +10,6 @@ const {
10
10
  } = require("../utils");
11
11
  const config = require("./includes/config");
12
12
  const messages = require("./includes/messages")
13
- console.log(config);
14
13
  const environment = config.environment.split(/\s*,\s*|\s+/)[0];
15
14
 
16
15