redux-mock-store
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -61,4 +61,6 @@ 'use strict'; | ||
} | ||
return function () { | ||
var index = listeners.indexOf(cb); | ||
if (index < 0) { | ||
@@ -65,0 +67,0 @@ return; |
{ | ||
"name": "redux-mock-store", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -9,2 +9,4 @@ "main": "lib/index.js", | ||
"prepublish": "rimraf lib && babel src --out-dir lib", | ||
"lint": "standard src/*.js", | ||
"pretest": "npm run lint", | ||
"test": "mocha --compilers js:babel/register --reporter spec test/*.js" | ||
@@ -29,4 +31,5 @@ }, | ||
"rimraf": "^2.4.3", | ||
"sinon": "^1.17.2" | ||
"sinon": "^1.17.2", | ||
"standard": "^7.1.2" | ||
} | ||
} |
@@ -5,2 +5,4 @@ [![Circle CI](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master.svg?style=svg)](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master) | ||
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
# redux-mock-store | ||
@@ -7,0 +9,0 @@ |
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
10974
86
8