Comparing version 1.0.1 to 1.0.2
@@ -113,3 +113,3 @@ "use strict"; | ||
if (!meta.ask) { | ||
throw new Error(`There is no "ask" set for schema property "${prop}"`); | ||
return this.stores[meta.store].get(meta); | ||
} | ||
@@ -116,0 +116,0 @@ const variant = (meta.variant !== "default" ? meta.variant : false) || ""; |
@@ -46,3 +46,3 @@ "use strict"; | ||
async function FileStore(args) { | ||
const { path: filePath, data: initData } = args; | ||
const { path: filePath, data: initData = {} } = args; | ||
@@ -49,0 +49,0 @@ if (!filePath) { |
{ | ||
"name": "makitso", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Framework for building composable interactive commandline apps", | ||
@@ -26,3 +26,2 @@ "main": "index.js", | ||
"devDependencies": { | ||
"debug": "^3.1.0", | ||
"eslint": "^4.9.0", | ||
@@ -29,0 +28,0 @@ "eslint-config-prettier": "^2.6.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
173283