@types/react-transition-group
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "@types/react-transition-group", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -33,4 +34,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "db27ebdbb50ebe1eed782cde0586d1b8e46f960432dfe71d4e80c5506ca3960b", | ||
"typesPublisherContentHash": "033ca49c7482026917c2b5f7be7f2930f4ba990e2cb1e409c29b9add49254944", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 07 Sep 2018 00:24:23 GMT | ||
* Dependencies: react | ||
* Last updated: Wed, 19 Dec 2018 18:28:51 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
@@ -60,3 +60,3 @@ import { Component } from "react"; | ||
* transition: `opacity ${duration}ms ease-in-out`, | ||
* opactity: 0, | ||
* opacity: 0, | ||
* } | ||
@@ -63,0 +63,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
10130