react-redux-toastr
Advanced tools
Comparing version 7.2.0 to 7.2.1
{ | ||
"name": "react-redux-toastr", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "react-redux-toastr is a React toastr message implemented with Redux", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -27,3 +27,3 @@ ## `react-redux-toastr` [demo](http://diegoddox.github.io/react-redux-toastr/) | ||
```html | ||
<link href="http://diegoddox.github.io/react-redux-toastr/7.1/react-redux-toastr.min.css" rel="stylesheet" type="text/css"> | ||
<link href="https://diegoddox.github.io/react-redux-toastr/7.1/react-redux-toastr.min.css" rel="stylesheet" type="text/css"> | ||
``` | ||
@@ -30,0 +30,0 @@ |
@@ -12,2 +12,3 @@ import {createReducer, guid} from './utils.js'; | ||
// TOTO: find a better way of handling this issue | ||
// We will cache data so we can check for duplicated before fire the add action. | ||
@@ -14,0 +15,0 @@ export let toastrsCache = []; |
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
130161
2189