mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
version update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Original by Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Updated by Andrew Potter <https://github.com/GolaWaya>
|
||||
|
||||
import * as CleanCSS from 'clean-css';
|
||||
|
||||
let source = 'a{font-weight:bold;}';
|
||||
|
||||
Vendored
+1
-1
@@ -3,8 +3,8 @@
|
||||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
|
||||
// Andrew Potter <https://github.com/GolaWaya>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
import { RequestOptions as HttpsRequestOptions } from "https";
|
||||
import { RequestOptions as HttpRequestOptions } from "http";
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"clean-css/*": [
|
||||
"clean-css/v3/*"
|
||||
]
|
||||
},
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"clean-css/*": [
|
||||
"clean-css/v3/*"
|
||||
]
|
||||
},
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"clean-css/*": [
|
||||
"clean-css/v3/*"
|
||||
]
|
||||
},
|
||||
},
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user