Comparing version
@@ -13,3 +13,3 @@ 'use strict'; | ||
key = function(k) { | ||
return `${k}_${postFix}`; | ||
return k + "_" + postFix; | ||
}; | ||
@@ -16,0 +16,0 @@ return { |
{ | ||
"name": "akasha", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Cross-browser storage with cookie-based fallback. Inspired by [store.js](https://github.com/marcuswestin/store.js/).", | ||
@@ -5,0 +5,0 @@ "main": "lib/akasha.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15693
-0.24%