redux-duplicate-actions
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "redux-duplicate-actions", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This is a redux middleware that detects duplicate actions & shows this in the console. You can choose to make them fatal errors or friendly warnings! Development use only!", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel/register 'test/*.js'", | ||
"test": "mocha --no-deprecation --compilers js:babel-core/register 'test/*.js'", | ||
"prepublish": "rimraf lib && babel src --out-dir lib", | ||
@@ -26,8 +26,11 @@ "format": "prettier --single-quote --trailing-comma=es5 --write './**/*.js'" | ||
"devDependencies": { | ||
"babel": "^5.8.34", | ||
"chai": "^3.4.1", | ||
"mocha": "^2.3.4", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.0", | ||
"prettier": "^1.7.4", | ||
"rimraf": "^2.4.4", | ||
"sinon": "^1.17.2" | ||
"sinon": "^4.0.1" | ||
}, | ||
@@ -34,0 +37,0 @@ "license": "MIT", |
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
15237
9