@types/html2canvas
Advanced tools
Comparing version 0.5.34 to 0.5.35
// Type definitions for html2canvas.js 0.5 | ||
// Project: https://github.com/niklasvh/html2canvas | ||
// Definitions by: Richard Hepburn <https://github.com/rwhepburn/>, Pei-Tang Huang <https://github.com/tan9/> | ||
// Definitions by: Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -5,0 +5,0 @@ // TypeScript Version: 2.3 |
{ | ||
"name": "@types/html2canvas", | ||
"version": "0.5.34", | ||
"version": "0.5.35", | ||
"description": "TypeScript definitions for html2canvas.js", | ||
@@ -9,7 +9,7 @@ "license": "MIT", | ||
"name": "Richard Hepburn", | ||
"url": "https://github.com/rwhepburn/" | ||
"url": "https://github.com/rwhepburn" | ||
}, | ||
{ | ||
"name": "Pei-Tang Huang", | ||
"url": "https://github.com/tan9/" | ||
"url": "https://github.com/tan9" | ||
} | ||
@@ -26,5 +26,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "01f899bb4888b1ff81a80582ee0256aea23c936d7a498f5391d3c54fd4515a07", | ||
"typesPublisherContentHash": "73b3105898134e1fee70aeb4c116e9f14dc1f4edcad3c22b3347d8f95f1ef3c9", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:13:09 GMT | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Dependencies: jquery | ||
@@ -17,2 +17,2 @@ * Global values: html2canvas | ||
# Credits | ||
These definitions were written by Richard Hepburn <https://github.com/rwhepburn/>, Pei-Tang Huang <https://github.com/tan9/>. | ||
These definitions were written by Richard Hepburn <https://github.com/rwhepburn>, Pei-Tang Huang <https://github.com/tan9>. |
5941