duckfactory
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -102,3 +102,3 @@ 'use strict'; | ||
actionCreatorMap[actionName] = makeActionCreator(actionType, actionArgumentNames); | ||
reducerMap[actionName] = reducerFunction; | ||
reducerMap[actionType] = reducerFunction; | ||
typeMap[actionName] = actionType; | ||
@@ -105,0 +105,0 @@ |
{ | ||
"name": "duckfactory", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Factory for creating redux ducks", | ||
@@ -25,6 +25,6 @@ "main": "lib/index.js", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-runtime": "^6.23.0" | ||
"babel-runtime": "^6.23.0", | ||
"deep-freeze": "^0.0.1" | ||
}, | ||
"devDependencies": { | ||
"jsdom": "^9.11.0", | ||
"babel-cli": "^6.23.0", | ||
@@ -39,2 +39,3 @@ "babel-core": "^6.23.1", | ||
"eslint-plugin-react": "^6.10.0", | ||
"jsdom": "^9.11.0", | ||
"mocha": "3.2.0", | ||
@@ -41,0 +42,0 @@ "rimraf": "^2.6.1" |
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
12667
3
+ Addeddeep-freeze@^0.0.1
+ Addeddeep-freeze@0.0.1(transitive)