react-snowfall
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -44,4 +44,4 @@ import isEqual from 'react-fast-compare'; | ||
rotationSpeed: random(...rotationSpeed), | ||
nextSpeed: random(...wind), | ||
nextWind: random(...speed), | ||
nextSpeed: random(...speed), | ||
nextWind: random(...wind), | ||
nextRotationSpeed: random(...rotationSpeed), | ||
@@ -48,0 +48,0 @@ }; |
{ | ||
"name": "react-snowfall", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A react component that creates a snowfall effect", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -131,4 +131,4 @@ import isEqual from 'react-fast-compare' | ||
rotationSpeed: random(...rotationSpeed), | ||
nextSpeed: random(...wind), | ||
nextWind: random(...speed), | ||
nextSpeed: random(...speed), | ||
nextWind: random(...wind), | ||
nextRotationSpeed: random(...rotationSpeed), | ||
@@ -135,0 +135,0 @@ } |
Sorry, the diff of this file is not supported yet