browser-redux-sync
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -22,2 +22,3 @@ 'use strict'; | ||
storage: _storage2['default'], | ||
skipRestore: true, | ||
serialize: function serialize(data) { | ||
@@ -24,0 +25,0 @@ return data; |
{ | ||
"name": "browser-redux-sync", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Keep redux states in sync for browser extensions and apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -7,2 +7,3 @@ import storage from './storage'; | ||
storage: storage, | ||
skipRestore: true, | ||
serialize: data => data, | ||
@@ -9,0 +10,0 @@ deserialize: data => data, |
Sorry, the diff of this file is not supported yet
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
43233
159