base-questions
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -18,5 +18,2 @@ /*! | ||
var self = this; | ||
opts.store = self.store; | ||
opts.data = self.cache.data; | ||
opts.project = self.project; | ||
@@ -35,2 +32,6 @@ /** | ||
opts.store = self.store; | ||
opts.data = self.cache.data; | ||
opts.project = self.project; | ||
var Questions = utils.Questions; | ||
@@ -37,0 +38,0 @@ var questions = new Questions(opts); |
{ | ||
"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.4.0", | ||
"version": "0.4.1", | ||
"homepage": "https://github.com/jonschlinkert/base-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
13454