choo-persist
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -27,3 +27,3 @@ var mutate = require('xtend/mutable') | ||
} catch (e) { | ||
bus.emit('log:warn', 'Coun not wipe localStorage ' + name) | ||
bus.emit('log:warn', 'Could not wipe localStorage ' + name) | ||
} | ||
@@ -39,3 +39,3 @@ bus.emit('log:warn', 'Wiping localStorage ' + name) | ||
bus.removeListener('*', listener) | ||
bus.emit('log:warn', 'Cound not set item to localStorage ' + name) | ||
bus.emit('log:warn', 'Could not set item to localStorage ' + name) | ||
} | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "choo-persist", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Synchronize choo state with indexedDB", | ||
@@ -5,0 +5,0 @@ "main": "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
5723