timer-countdown
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -57,3 +57,4 @@ "use strict"; | ||
timeRemaining: this.props.timeLeft, | ||
interval:1000 | ||
interval:1000, | ||
prevTime: null | ||
}; | ||
@@ -60,0 +61,0 @@ return _this; |
{ | ||
"name": "timer-countdown", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A well designed ReactJs component for timer-counter", | ||
@@ -5,0 +5,0 @@ "main": "lib/CountdownTimer.js", |
9468
141