Skip to content

Commit

Permalink
Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Jul 24, 2019
1 parent 95e6ce2 commit 497f658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redux Persist adapter for IndexedDB storage

Storage adapter to use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) via [idb](https://www.npmjs.com/package/idb) v3 with [redux-persist](https://github.com/rt2zz/redux-persist) ripped from [idb docs > Examples](https://github.com/jakearchibald/idb/tree/v3.0.0#keyval-store) section
Storage adapter to use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) via [idb](https://www.npmjs.com/package/idb) v3 with [redux-persist](https://github.com/rt2zz/redux-persist) ripped from [idb v3 docs > Examples](https://github.com/jakearchibald/idb/tree/v3.0.0#keyval-store) section


## Installation
Expand Down Expand Up @@ -56,3 +56,4 @@ See [idb API](https://github.com/jakearchibald/idb/tree/v3.0.2#api)
## Notes

- idb dependency is locked to version ^3.0.0 as [4+ uses](https://github.com/jakearchibald/idb/blob/v4.0.3/changes.md#new-stuff) [proxies](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) which are not supported in older browsers
- credits go to [idb](https://github.com/jakearchibald/idb) authors
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"keywords": [
"redux",
"redux-persist",
"IndexedDB",
"idb"
],
"scripts": {
Expand Down

0 comments on commit 497f658

Please sign in to comment.