@types/modernizr
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -451,4 +451,4 @@ // Type definitions for Modernizr 3.5 | ||
declare var Modernizr: ModernizrStatic; | ||
declare module "Modernizr" { | ||
declare module "modernizr" { | ||
export = Modernizr; | ||
} |
{ | ||
"name": "@types/modernizr", | ||
"version": "3.5.1", | ||
"version": "3.5.2", | ||
"description": "TypeScript definitions for Modernizr", | ||
@@ -9,19 +9,24 @@ "license": "MIT", | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
}, | ||
{ | ||
"name": "Theodore Brown", | ||
"url": "https://github.com/theodorejb" | ||
"url": "https://github.com/theodorejb", | ||
"githubUsername": "theodorejb" | ||
}, | ||
{ | ||
"name": "Leon Yu", | ||
"url": "https://github.com/leonyu" | ||
"url": "https://github.com/leonyu", | ||
"githubUsername": "leonyu" | ||
}, | ||
{ | ||
"name": "Luca Trazzi", | ||
"url": "https://github.com/lucax88x" | ||
"url": "https://github.com/lucax88x", | ||
"githubUsername": "lucax88x" | ||
}, | ||
{ | ||
"name": "Nathan Hardy", | ||
"url": "https://github.com/nhardy" | ||
"url": "https://github.com/nhardy", | ||
"githubUsername": "nhardy" | ||
} | ||
@@ -36,4 +41,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7180e55c2f13e07003e34a016f017b08e47c1c0e90ee20c0b1246e0daa8a8976", | ||
"typesPublisherContentHash": "95e91b3281ac28594e0814f0a3a0a98280fd46e36056fd8efe817d351e9de77d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Wed, 28 Mar 2018 17:17:46 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Modernizr |
Sorry, the diff of this file is not supported yet
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
15294