redux-state-sync
Advanced tools
Comparing version 0.0.0 to 0.0.1
/* global jest window localStorage describe it test expect */ | ||
import { actionStorageMiddleware, createStorageListener, timestampAction } from '../syncStorage'; | ||
import { actionStorageMiddleware, createStorageListener, timestampAction } from '../dist/syncStorage'; | ||
@@ -4,0 +4,0 @@ const LAST_ACTION = 'LAST_ACTION'; |
{ | ||
"name": "redux-state-sync", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "A middleware for redux to sync localstorage state in different tabs", | ||
"main": "syncStorage.js", | ||
"main": "dist/syncStorage.js", | ||
"scripts": { | ||
"test": "jest", | ||
"commit": "git-cz", | ||
"prebuild": "rimraf dist", | ||
"build": "babel --copy-files --out-dir dist --ignore *.test.js src", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
@@ -43,2 +45,3 @@ }, | ||
"jest": "^16.0.2", | ||
"rimraf": "^2.5.4", | ||
"semantic-release": "^4.3.5" | ||
@@ -45,0 +48,0 @@ }, |
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
7949
10
129
14