react-notification
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -10,3 +10,3 @@ # Contributing | ||
1. Clone the repository | ||
2. Install dependencies: `npm install` | ||
2. Install dependencies: `npm install`, or, if you use Yarn: `yarn` | ||
3. Run tests: `npm test` | ||
@@ -72,2 +72,4 @@ 4. Run example: `npm start` | ||
If you add a new dependency (for the package or development), you will need to use [Yarn](https://yarnpkg.com/) to update the `yarn.lock` file with the dependency version. By installing depdencies faster than npm, Yarn drastically decreases the time it takes to run builds on continuous integration. | ||
## File organization | ||
@@ -74,0 +76,0 @@ |
@@ -96,3 +96,3 @@ 'use strict'; | ||
cursor: 'default', | ||
WebKittransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)', | ||
WebKitTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)', | ||
MozTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)', | ||
@@ -99,0 +99,0 @@ msTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)', |
{ | ||
"name": "react-notification", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "Snackbar style notification component for React.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
524393
29