@types/react-transition-group
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -7,7 +7,7 @@ // Type definitions for react-transition-group 2.0 | ||
import CSSTransition = require("react-transition-group/CSSTransition"); | ||
import Transition from "react-transition-group/Transition"; | ||
import TransitionGroup = require("react-transition-group/TransitionGroup"); | ||
import CSSTransition = require("./CSSTransition"); | ||
import Transition from "./Transition"; | ||
import TransitionGroup = require("./TransitionGroup"); | ||
export = { | ||
export { | ||
CSSTransition, | ||
@@ -14,0 +14,0 @@ Transition, |
{ | ||
"name": "@types/react-transition-group", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for react-transition-group", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Karol Janyst", | ||
"url": "https://github.com/LKay" | ||
"url": "https://github.com/LKay", | ||
"githubUsername": "LKay" | ||
} | ||
@@ -22,4 +23,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "18938ee6ada474430dd284dada5af9f637db709082e8e46e7e145fb8d15c47d8", | ||
"typesPublisherContentHash": "7ac32b05bbaa5dd2727f44520e0bc4b3ec518f211b4e3a5d3850b5baf9efe68c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT | ||
* Last updated: Wed, 20 Sep 2017 22:08:06 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
9080