react-smooth
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,5 @@ | ||
### 0.0.6 / 2016-02-04 | ||
=== | ||
- fix: set min time longer | ||
### 0.0.5 / 2016-02-04 | ||
@@ -2,0 +6,0 @@ === |
{ | ||
"name": "react-smooth", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "react animation library", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -10,3 +10,3 @@ import React, { Component, PropTypes, cloneElement, Children } from 'react'; | ||
const MIN_TIME = 10; | ||
const MIN_TIME = 50; | ||
@@ -13,0 +13,0 @@ @pureRender |
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
29268