base-questions
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -57,4 +57,4 @@ /*! | ||
get: function() { | ||
questions.hints.set(utils.merge(data, opts.data)); | ||
return data; | ||
data = utils.merge({}, data, opts.data); | ||
return utils.clone(data); | ||
} | ||
@@ -61,0 +61,0 @@ }); |
{ | ||
"name": "base-questions", | ||
"description": "Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/node-base/base-questions", | ||
@@ -27,2 +27,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"base-store": "^0.4.4", | ||
"clone-deep": "^0.2.4", | ||
"define-property": "^0.2.5", | ||
@@ -36,15 +37,17 @@ "is-valid-app": "^0.2.0", | ||
"devDependencies": { | ||
"assemble-core": "^0.16.1", | ||
"base": "^0.8.1", | ||
"base-argv": "^0.4.2", | ||
"base-config-process": "^0.1.1", | ||
"base-data": "^0.4.0", | ||
"base-option": "^0.7.0", | ||
"assemble-core": "^0.25.0", | ||
"base": "^0.11.1", | ||
"base-argv": "^0.5.0", | ||
"base-config-process": "^0.1.9", | ||
"base-data": "^0.6.0", | ||
"base-option": "^0.8.4", | ||
"bdd-stdin": "^0.2.0", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^2.0.0", | ||
"gulp-format-md": "^0.1.7", | ||
"gulp-istanbul": "^0.10.4", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-format-md": "^0.1.9", | ||
"gulp-istanbul": "^1.0.0", | ||
"gulp-mocha": "^2.2.0", | ||
"intercept-stdout": "^0.1.2", | ||
"minimist": "^1.2.0", | ||
"mocha": "^2.4.5" | ||
"mocha": "^2.5.3" | ||
}, | ||
@@ -51,0 +54,0 @@ "keywords": [ |
@@ -16,2 +16,3 @@ 'use strict'; | ||
require('base-store', 'store'); | ||
require('clone-deep', 'clone'); | ||
require('define-property', 'define'); | ||
@@ -18,0 +19,0 @@ require('is-valid-app', 'isValid'); |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
17470
5
223
0
243
8
15
+ Addedclone-deep@^0.2.4