version update

This commit is contained in:
Andrew Potter
2019-01-24 15:03:42 -07:00
parent 141c38ba87
commit fea4f48e28
6 changed files with 8 additions and 7 deletions
+1
View File
@@ -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;}';
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -19,7 +19,7 @@
"clean-css/*": [
"clean-css/v3/*"
]
},
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
+1 -1
View File
@@ -19,7 +19,7 @@
"clean-css/*": [
"clean-css/v3/*"
]
},
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
+1 -1
View File
@@ -19,7 +19,7 @@
"clean-css/*": [
"clean-css/v3/*"
]
},
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
+3 -3
View File
@@ -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"
],