redux-dryer
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -13,2 +13,2 @@ 'use strict'; | ||
module.exports = { generateReducer: _generateReducer2.default, generateAction: _generateActions2.default, getPlainAction: _generateActions.getPlainAction }; | ||
module.exports = { generateReducer: _generateReducer2.default, generateActions: _generateActions2.default, getPlainAction: _generateActions.getPlainAction }; |
{ | ||
"name": "redux-dryer", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Redux utilities to keep your reducers small and DRY", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
5743