@types/html-minifier
Advanced tools
Comparing version 3.5.2 to 3.5.3
// Type definitions for html-minifier 3.5 | ||
// Project: https://github.com/kangax/html-minifier | ||
// Project: https://github.com/kangax/html-minifier, https://kangax.github.io/html-minifier | ||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> | ||
@@ -4,0 +4,0 @@ // Riku <https://github.com/rikuayanokozy> |
{ | ||
"name": "@types/html-minifier", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "TypeScript definitions for html-minifier", | ||
@@ -19,14 +19,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/uglify-js": "*", | ||
"@types/clean-css": "*", | ||
"@types/relateurl": "*" | ||
"@types/relateurl": "*", | ||
"@types/uglify-js": "*" | ||
}, | ||
"typesPublisherContentHash": "52932f907a0c4b857363c92734247208051b88b648fd395649dba492b5130b84", | ||
"typesPublisherContentHash": "52367b8ec05a59214facac6cad856e404219f6cb70edfc01337d96bd085159cb", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,10 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for html-minifier (https://github.com/kangax/html-minifier). | ||
This package contains type definitions for html-minifier ( https://github.com/kangax/html-minifier ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier | ||
Additional Details | ||
* Last updated: Thu, 22 Mar 2018 21:28:49 GMT | ||
* Dependencies: uglify-js, clean-css, relateurl | ||
* Last updated: Wed, 13 Feb 2019 18:42:13 GMT | ||
* Dependencies: @types/uglify-js, @types/clean-css, @types/relateurl | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
9371