common-questions
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -57,3 +57,3 @@ 'use strict'; | ||
function get(app, key, common) { | ||
var val = app.get(`cache.data.${key}`) || app.pkg.get(key); | ||
var val = app.get(`cache.data.${key}`) || app.get(`cache.data.project.${key}`) || app.pkg.get(key); | ||
if (typeof val !== 'undefined') { | ||
@@ -60,0 +60,0 @@ return val; |
{ | ||
"name": "common-questions", | ||
"description": "An object of questions commonly used by project generators or when initializing projects. Questions can be overridden, updated or extended.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/generate/common-questions", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10781
0