react-toastify
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-toastify", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "React notification made easy", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prestyle": "sass src/scss/main.scss dist/ReactToastify.css", | ||
"style": "postcss --use autoprefixer -b 'last 2 versions' < dist/ReactToastify.css | cssnano --no-reduceIdents > dist/ReactToastify.min.css" | ||
"style": "postcss --use autoprefixer -b 'last 2 versions' < dist/ReactToastify.css | cssnano --no-zindex --no-reduceIdents > dist/ReactToastify.min.css" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
@@ -7,2 +7,6 @@ # React Toastify [![Build Status](https://travis-ci.org/fkhadra/react-toastify.svg?branch=master)](https://travis-ci.org/fkhadra/react-toastify) [![npm](https://img.shields.io/npm/dm/react-toastify.svg)]() [![npm](https://img.shields.io/npm/v/react-toastify.svg)]() [![license](https://img.shields.io/github/license/fkhadra/react-toastify.svg?maxAge=2592000)]() [![Coverage Status](https://coveralls.io/repos/github/fkhadra/react-toastify/badge.svg?branch=master)](https://coveralls.io/github/fkhadra/react-toastify?branch=master) | ||
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/qxxWZzh3YmHPKmwHHm79SuG4/fkhadra/react-toastify'> | ||
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/qxxWZzh3YmHPKmwHHm79SuG4/fkhadra/react-toastify.svg' /> | ||
</a> | ||
🎉 React-Toastify allow you to add notification to your app with ease. No bullshit ! | ||
@@ -541,2 +545,6 @@ | ||
### V2.2.1 | ||
- Fix [issue #71](https://github.com/fkhadra/react-toastify/issues/71) | ||
### V2.2.0 | ||
@@ -543,0 +551,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
486340
715