question-cache
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -54,3 +54,3 @@ /*! | ||
value = key; | ||
key = this.queue.length; | ||
key = 'key_' + this.queue.length; | ||
} | ||
@@ -57,0 +57,0 @@ if (typeof value === 'string') { |
{ | ||
"name": "question-cache", | ||
"description": "A wrapper around inquirer that makes it easy to create and selectively reuse questions.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/jonschlinkert/question-cache", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -209,3 +209,3 @@ # question-cache [![NPM version](https://badge.fury.io/js/question-cache.svg)](http://badge.fury.io/js/question-cache) | ||
### [.prompt](index.js#L222) | ||
### [.prompt](index.js#L218) | ||
@@ -368,2 +368,2 @@ Exposes the `prompt` method on [inquirer](https://github.com/sboudrias/Inquirer.js#readme)as a convenience. | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 09, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 15, 2015._ |
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
16738