@types/masonry-layout
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -13,3 +13,3 @@ // Type definitions for Masonry 4.0 | ||
constructor(options?: Masonry.Options); | ||
constructor(selector: string, options?: Masonry.Options); | ||
constructor(selector: string | Element, options?: Masonry.Options); | ||
@@ -16,0 +16,0 @@ masonry?(): void; |
{ | ||
"name": "@types/masonry-layout", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for Masonry", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Mark Wilson", | ||
"url": "https://github.com/m-a-wilson" | ||
"url": "https://github.com/m-a-wilson", | ||
"githubUsername": "m-a-wilson" | ||
}, | ||
{ | ||
"name": "Travis Brown", | ||
"url": "https://github.com/warriorrocker" | ||
"url": "https://github.com/warriorrocker", | ||
"githubUsername": "warriorrocker" | ||
} | ||
@@ -26,5 +28,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a5a7420074eb0c9c7053d3b15b508b76001418b7069b8c8db4be3c878bae4db1", | ||
"typesPublisherContentHash": "85c42b8f194b95b3cc87587227ff4d82b361f6f6dccfddad21e74b1eb7469ff1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT | ||
* Last updated: Mon, 16 Oct 2017 20:21:50 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4381