@types/modernizr
Advanced tools
Comparing version 3.5.0 to 3.5.1
// Type definitions for Modernizr 3.5 | ||
// Project: http://modernizr.com/ | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> | ||
// Theodore Brown <https://github.com/theodorejb/> | ||
// Leon Yu <https://github.com/leonyu/> | ||
// Luca Trazzi <https://github.com/lucax88x/> | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov> | ||
// Theodore Brown <https://github.com/theodorejb> | ||
// Leon Yu <https://github.com/leonyu> | ||
// Luca Trazzi <https://github.com/lucax88x> | ||
// Nathan Hardy <https://github.com/nhardy> | ||
@@ -8,0 +8,0 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
{ | ||
"name": "@types/modernizr", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "TypeScript definitions for Modernizr", | ||
@@ -9,15 +9,15 @@ "license": "MIT", | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov/" | ||
"url": "https://github.com/borisyankov" | ||
}, | ||
{ | ||
"name": "Theodore Brown", | ||
"url": "https://github.com/theodorejb/" | ||
"url": "https://github.com/theodorejb" | ||
}, | ||
{ | ||
"name": "Leon Yu", | ||
"url": "https://github.com/leonyu/" | ||
"url": "https://github.com/leonyu" | ||
}, | ||
{ | ||
"name": "Luca Trazzi", | ||
"url": "https://github.com/lucax88x/" | ||
"url": "https://github.com/lucax88x" | ||
}, | ||
@@ -36,5 +36,4 @@ { | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "ec48f50e84b4b40b518e1f243f96269ff7f7bf3a4ec8b1f120ab6eaad3cc06be", | ||
"typesPublisherContentHash": "7180e55c2f13e07003e34a016f017b08e47c1c0e90ee20c0b1246e0daa8a8976", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: Modernizr | ||
# Credits | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>, Leon Yu <https://github.com/leonyu/>, Luca Trazzi <https://github.com/lucax88x/>, Nathan Hardy <https://github.com/nhardy>. | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov>, Theodore Brown <https://github.com/theodorejb>, Leon Yu <https://github.com/leonyu>, Luca Trazzi <https://github.com/lucax88x>, Nathan Hardy <https://github.com/nhardy>. |
14609