assemble-ask
Advanced tools
+2
-2
@@ -16,3 +16,4 @@ /*! | ||
| return function (app) { | ||
| if (this.store && this.options.init) { | ||
| options = utils.merge({}, this.option('ask'), options); | ||
| if (this.store && options.init) { | ||
| this.store.del({force: true}); | ||
@@ -26,3 +27,2 @@ } | ||
| options = utils.merge({}, this.options, options); | ||
| this.questions = utils.questions(options); | ||
@@ -29,0 +29,0 @@ |
+1
-1
| { | ||
| "name": "assemble-ask", | ||
| "description": "Assemble plugin for asking questions and storing answers.", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "homepage": "https://github.com/jonschlinkert/assemble-ask", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
+1
-1
@@ -103,2 +103,2 @@ # assemble-ask [](http://badge.fury.io/js/assemble-ask) | ||
| _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 16, 2015._ | ||
| _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 21, 2015._ |
7532
0.01%