eitri-cli 1.3.0-beta.4 → 1.3.0-beta.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.3.0-beta.4",
3
+ "version": "1.3.0-beta.5",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {
package/src/cmd/create.js CHANGED
@@ -44,7 +44,7 @@ const slug = (inpt) => {
44
44
 
45
45
  // eslint-disable-next-line no-unused-vars
46
46
  module.exports = async function create(projectName, cmdObj) {
47
-
47
+ blindGuardian.verbose = cmdObj.verbose
48
48
  try {
49
49
  UserLocalCredential.checkForCredentials()
50
50
  } catch (error) {