From fea4f48e28efe890cbc4ad1fcfbe4757890a1d11 Mon Sep 17 00:00:00 2001 From: Andrew Potter Date: Thu, 24 Jan 2019 15:03:42 -0700 Subject: [PATCH] version update --- types/clean-css/clean-css-tests.ts | 1 + types/clean-css/index.d.ts | 2 +- types/gulp-minify-css/tsconfig.json | 2 +- types/gulp-rev-replace/tsconfig.json | 2 +- types/gulp-useref/tsconfig.json | 2 +- types/html-minifier/v1/tsconfig.json | 6 +++--- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/types/clean-css/clean-css-tests.ts b/types/clean-css/clean-css-tests.ts index 0fa7f01034..9c856d40a1 100644 --- a/types/clean-css/clean-css-tests.ts +++ b/types/clean-css/clean-css-tests.ts @@ -1,5 +1,6 @@ // Original by Tanguy Krotoff // Updated by Andrew Potter + import * as CleanCSS from 'clean-css'; let source = 'a{font-weight:bold;}'; diff --git a/types/clean-css/index.d.ts b/types/clean-css/index.d.ts index c2a1ac0b4b..d45257f71d 100644 --- a/types/clean-css/index.d.ts +++ b/types/clean-css/index.d.ts @@ -3,8 +3,8 @@ // Definitions by: Tanguy Krotoff // Andrew Potter // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - /// + import { RequestOptions as HttpsRequestOptions } from "https"; import { RequestOptions as HttpRequestOptions } from "http"; diff --git a/types/gulp-minify-css/tsconfig.json b/types/gulp-minify-css/tsconfig.json index 0742a43568..9842b6f37f 100644 --- a/types/gulp-minify-css/tsconfig.json +++ b/types/gulp-minify-css/tsconfig.json @@ -19,7 +19,7 @@ "clean-css/*": [ "clean-css/v3/*" ] - }, + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/gulp-rev-replace/tsconfig.json b/types/gulp-rev-replace/tsconfig.json index 736d44e64d..ecdd847306 100644 --- a/types/gulp-rev-replace/tsconfig.json +++ b/types/gulp-rev-replace/tsconfig.json @@ -19,7 +19,7 @@ "clean-css/*": [ "clean-css/v3/*" ] - }, + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/gulp-useref/tsconfig.json b/types/gulp-useref/tsconfig.json index 4dc6f70464..9011065709 100644 --- a/types/gulp-useref/tsconfig.json +++ b/types/gulp-useref/tsconfig.json @@ -19,7 +19,7 @@ "clean-css/*": [ "clean-css/v3/*" ] - }, + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/html-minifier/v1/tsconfig.json b/types/html-minifier/v1/tsconfig.json index 1b6d4e41ea..2ea7965d25 100644 --- a/types/html-minifier/v1/tsconfig.json +++ b/types/html-minifier/v1/tsconfig.json @@ -16,12 +16,12 @@ "html-minifier": [ "html-minifier/v1" ], - "uglify-js": [ - "uglify-js/v2" - ], "html-minifier/*": [ "html-minifier/v1/*" ], + "uglify-js": [ + "uglify-js/v2" + ], "clean-css": [ "clean-css/v3" ],