question-store
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -202,7 +202,3 @@ /*! | ||
if (opts.force === true) { | ||
this.del(opts.locale); | ||
} | ||
if (this.isAnswered(opts.locale)) { | ||
if (this.isAnswered(opts.locale) && !opts.force === true) { | ||
cb(null, utils.toAnswer(opts.name, answer)); | ||
@@ -209,0 +205,0 @@ return; |
{ | ||
"name": "question-store", | ||
"description": "Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/jonschlinkert/question-store", | ||
@@ -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
29581
721