redux-reporter
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -30,3 +30,3 @@ 'use strict'; | ||
if (!(0, _fluxStandardAction.isFSA)(action)) { | ||
throw Error('Action must be a Flux Standard Action - https://github.com/acdlite/flux-standard-action'); | ||
console.warn('Action should be a Flux Standard Action - https://github.com/acdlite/flux-standard-action'); | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "redux-reporter", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Redux middleware for reporting actions to third party APIs.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
8376