@types/react-overlays
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -5,2 +5,3 @@ // Type definitions for React Overlays 0.6 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
@@ -7,0 +8,0 @@ import * as React from "react"; |
{ | ||
"name": "@types/react-overlays", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "TypeScript definitions for React Overlays", | ||
@@ -18,4 +18,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c1e5b51566a79cb07e49a57f6b83232e82ba931ac489a1b38f6e4ff4dd8f536e", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b8eeab53e3c24457c60e5bc0f616ad57f7bc76857092941cb4bdd63d897e14e0", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 06 Jan 2017 20:40:35 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: react, react-bootstrap | ||
* Last updated: Mon, 23 Jan 2017 21:31:30 GMT | ||
* Dependencies: react, react-bootstrap | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Aaron Beall <https://github.com/aaronbeall>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"react", | ||
"react-bootstrap" | ||
], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 6, | ||
"typeScriptVersion": "2.0", | ||
"name": "react-overlays", | ||
"libraryName": "React Overlays", | ||
"typingsPackageName": "react-overlays", | ||
"projectName": "https://github.com/react-bootstrap/react-overlays", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-overlays", | ||
"react-overlays\\lib\\RootCloseWrapper" | ||
], | ||
"files": [ | ||
"index.d.ts", | ||
"lib/RootCloseWrapper.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c1e5b51566a79cb07e49a57f6b83232e82ba931ac489a1b38f6e4ff4dd8f536e" | ||
"data": { | ||
"authors": "Aaron Beall <https://github.com/aaronbeall>", | ||
"dependencies": { | ||
"react": "*", | ||
"react-bootstrap": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 6, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "React Overlays", | ||
"typingsPackageName": "react-overlays", | ||
"projectName": "https://github.com/react-bootstrap/react-overlays", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-overlays/.", | ||
"react-overlays/lib/RootCloseWrapper" | ||
], | ||
"files": [ | ||
"index.d.ts", | ||
"lib/RootCloseWrapper.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "b8eeab53e3c24457c60e5bc0f616ad57f7bc76857092941cb4bdd63d897e14e0" | ||
}, | ||
"isLatest": true | ||
} |
7446
200
17