@types/react-bootstrap
Advanced tools
Comparing version 0.31.4 to 0.31.5
@@ -9,4 +9,5 @@ // Type definitions for react-bootstrap 0.31 | ||
// Cheng Sieu Ly <https://github.com/chengsieuly>, | ||
// Mercedes Retolaza <https://github.com/mretolaza>, | ||
// Kat Busch <https://github.com/katbusch>, | ||
// Vito Samson <https://github.com/vitosamson> | ||
// Vito Samson <https://github.com/vitosamson>, | ||
// Karol Janyst <https://github.com/LKay> | ||
@@ -13,0 +14,0 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
@@ -8,2 +8,3 @@ import * as React from 'react'; | ||
onHide?: Function; | ||
bsClass?: string; | ||
} | ||
@@ -10,0 +11,0 @@ } |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.31.4", | ||
"version": "0.31.5", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -38,2 +38,7 @@ "license": "MIT", | ||
{ | ||
"name": "Mercedes Retolaza", | ||
"url": "https://github.com/mretolaza", | ||
"githubUsername": "mretolaza" | ||
}, | ||
{ | ||
"name": "Kat Busch", | ||
@@ -63,4 +68,4 @@ "url": "https://github.com/katbusch", | ||
}, | ||
"typesPublisherContentHash": "e68d982a82d138e9056fef585d415b6cc758a2d826df6e97a08acd6b876ba13b", | ||
"typesPublisherContentHash": "bbea9d3ea122533cf2d38677f9e6b206bceefc7987a488ac6326f4944c7c62ed", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 28 Sep 2017 07:54:59 GMT | ||
* Last updated: Mon, 16 Oct 2017 18:09:53 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>, Kat Busch <https://github.com/katbusch>, Vito Samson <https://github.com/vitosamson>, Karol Janyst <https://github.com/LKay>. | ||
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>, Mercedes Retolaza <https://github.com/mretolaza>, Kat Busch <https://github.com/katbusch>, Vito Samson <https://github.com/vitosamson>, Karol Janyst <https://github.com/LKay>. |
62630
1648