atomic-state
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -152,3 +152,5 @@ "use strict"; | ||
return function () { | ||
window.removeEventListener("storage", storageListener); | ||
if (typeof window !== "undefined") { | ||
window.removeEventListener("storage", storageListener); | ||
} | ||
}; | ||
@@ -155,0 +157,0 @@ } |
{ | ||
"name": "atomic-state", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "State managment library for React", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
39873
614