@veams/bp-redux
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@veams/bp-redux", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Blueprint templates for redux store.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
module.exports = (context) => { | ||
return [ | ||
{ | ||
when: (answers) => answers.blueprints.indexOf('/store/bp.reducer.js.ejs') !== -1, | ||
type: 'confirm', | ||
name: 'entitiesObject', | ||
message: 'Do you want to save your entities payload in an object based structure?', | ||
default: true | ||
}, | ||
{ | ||
when: (answers) => answers.blueprints.indexOf('/services/bp.service.js.ejs') !== -1, | ||
@@ -12,0 +5,0 @@ type: 'confirm', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12245
59