redux-duplicate-actions
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "redux-duplicate-actions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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!", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,3 +15,3 @@ # Redux Duplicate Action Monitor | ||
// To throw a fatal error use the below: | ||
const reduxDuplicateActions = require('redux-duplicate-actions')(true) | ||
const reduxDuplicateActions = require('redux-duplicate-actions')(true) | ||
reduxMiddleware.push(reduxDuplicateActions) | ||
@@ -30,1 +30,5 @@ // To just show a warning: | ||
`npm test` | ||
# Contributing | ||
All contributions are very welcome, please read my [CONTRIBUTING.md](https://github.com/daviemakz/redux-duplicate-actions/blob/master/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/daviemakz/redux-duplicate-actions/pulls) or as [GitHub issues](https://github.com/daviemakz/redux-duplicate-actions/issues). If you'd like to improve code, please feel free! |
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
14784
9
33