@types/html-minifier-terser
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -1,4 +0,4 @@ | ||
// Type definitions for html-minifier-terser 5.0 | ||
// Type definitions for html-minifier-terser 5.1 | ||
// Project: https://danielruf.github.io/html-minifier-terser/ | ||
// Definitions by: Piotr Błażejewicz (Peter Blazejewicz) <https://github.com/me> | ||
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -75,3 +75,3 @@ | ||
* Array of regex'es that allow to ignore certain comments, when matched | ||
* @default [/^!/] | ||
* @default [ /^!/, /^\s*#/ ] | ||
*/ | ||
@@ -78,0 +78,0 @@ ignoreCustomComments?: RegExp[]; |
{ | ||
"name": "@types/html-minifier-terser", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "TypeScript definitions for html-minifier-terser", | ||
@@ -8,5 +8,5 @@ "license": "MIT", | ||
{ | ||
"name": "Piotr Błażejewicz (Peter Blazejewicz)", | ||
"url": "https://github.com/me", | ||
"githubUsername": "me" | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
} | ||
@@ -23,4 +23,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0872dcdabb1bedb69b1c19800c791c8b74ecec368273317dfcd4cf44e88e1601", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "36bf200c8f7a2fbb6db84924e4fb898f38947cc27e04ed8022069d33ac1cdddd", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 22 Feb 2020 02:15:54 GMT | ||
* Last updated: Mon, 04 May 2020 20:51:58 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Piotr Błażejewicz (Peter Blazejewicz)](https://github.com/me). | ||
These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
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
9586