redux-toastr
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -88,3 +88,3 @@ 'use strict'; | ||
function hasObject(item) { | ||
return item.icon || item.timOut || item.onShowComplete || item.onHideComplete || item.icon; | ||
return item.icon || item.timeOut || item.onShowComplete || item.onHideComplete || item.icon; | ||
} |
{ | ||
"name": "redux-toastr", | ||
"version": "0.2.2", | ||
"description": "", | ||
"version": "0.2.3", | ||
"description": "redux-toastr is a toastr message implemented with Redux", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -68,3 +68,3 @@ export function createReducer(initialState, fnMap) { | ||
function hasObject(item) { | ||
return item.icon || item.timOut || item.onShowComplete || item.onHideComplete || item.icon; | ||
return item.icon || item.timeOut || item.onShowComplete || item.onHideComplete || item.icon; | ||
} |
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
140943