Comparing version 1.1.1 to 1.1.11
@@ -16,1 +16,5 @@ 'use strict'; | ||
}; | ||
module.exports.clearAdapters = function clearAdapters () { | ||
adapters = {}; | ||
}; |
{ | ||
"name": "browser-ls", | ||
"version": "1.1.1", | ||
"version": "1.1.11", | ||
"description": "Tiny wrapper for localStorage (DOM Storage) that handles exceptions via callbacks", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
65351
1434