redux-deep-persist
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redux-deep-persist", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Allows to easily create a deep configuration of a whitelist or blacklist for the redux-persist module.", | ||
@@ -5,0 +5,0 @@ "author": "Piotr Kujawa <piotrkujawa.dev@gmail.com>", |
@@ -57,2 +57,4 @@ # Redux Deep Persist | ||
```js | ||
import { getPersistConfig } from 'redux-deep-persist'; | ||
const config = getPersistConfig({ | ||
@@ -59,0 +61,0 @@ key: 'root', |
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
86782
112