From 55aec8aeee69aef074cb1a8fc6d92df9bc9e96f2 Mon Sep 17 00:00:00 2001 From: Andrew Potter Date: Thu, 24 Jan 2019 14:56:08 -0700 Subject: [PATCH] version update --- types/clean-css/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/clean-css/index.d.ts b/types/clean-css/index.d.ts index 0c1ec07937..aca3a0242d 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";