redux-persist-indexeddb-storage
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redux-persist-indexeddb-storage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Redux Persist storage engine using Indexeddb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Redux persist engine using indexedDB | ||
[![npm version](https://img.shields.io/npm/v/redux-persist-indexeddb-storage.svg?style=flat-square)](https://www.npmjs.com/package/redux-persist-indexeddb-storage) | ||
[![npm downloads](https://img.shields.io/npm/dt/redux-persist-indexeddb-storage.svg?style=flat-square)](https://www.npmjs.com/package/redux-persist-indexeddb-storage) | ||
This storage can be used only in React | ||
@@ -4,0 +7,0 @@ |
2922
35