question-store
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -29,2 +29,3 @@ 'use strict'; | ||
function QuestionsStore(options) { | ||
debug('initializing from <%s>', __filename); | ||
Cache.call(this, options); | ||
@@ -31,0 +32,0 @@ this.createStores(this, this.options); |
{ | ||
"name": "question-store", | ||
"description": "Ask questions, persist the answers. Basic support for i18n and storing answers based on current working directory.", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"homepage": "https://github.com/jonschlinkert/question-store", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
@@ -52,3 +52,3 @@ # question-store [![NPM version](https://img.shields.io/npm/v/question-store.svg?style=flat)](https://www.npmjs.com/package/question-store) [![NPM downloads](https://img.shields.io/npm/dm/question-store.svg?style=flat)](https://npmjs.org/package/question-store) [![Build Status](https://img.shields.io/travis/jonschlinkert/question-store.svg?style=flat)](https://travis-ci.org/jonschlinkert/question-store) | ||
### [.createStores](index.js#L52) | ||
### [.createStores](index.js#L53) | ||
@@ -111,2 +111,2 @@ Create stores for persisting data across sessions. | ||
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 17, 2016._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.28, on July 29, 2016._ |
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
11701
147