@veams/bp-redux
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "@veams/bp-redux", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"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, | ||
@@ -17,3 +24,3 @@ type: 'confirm', | ||
{ | ||
name: 'VeamsHttp', | ||
name: '@veams/http-service', | ||
value: 'veamsHttp' | ||
@@ -20,0 +27,0 @@ }, |
@@ -10,3 +10,3 @@ # Veams Blueprint :: Redux (`@veams/bp-redux`) | ||
1. First of all be sure you have installed `veams-cli`. | ||
1. First of all be sure you have installed `@veams/cli`. | ||
1. After that be sure your project contains a [`veams-cli.json`](https://github.com/Sebastian-Fitzner/generator-veams/blob/dev/generators/app/templates/veams-cli.json). | ||
@@ -13,0 +13,0 @@ 1. Make sure you have updated `veams-cli.json` to fit the needs of your project. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12248
66