Specially specified SASS version because 1.22.12 is broken (https://github.com/sass/dart-sass/issues/904)

Signed-off-by: WolverinDEV <git@teaspeak.de>
canary
WolverinDEV 2019-12-19 19:14:59 +01:00
parent 8efe6dd404
commit d94e846021
No known key found for this signature in database
GPG Key ID: 77A6C15085150EEB
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"dtsgen": "node tools/dtsgen/index.js", "dtsgen": "node tools/dtsgen/index.js",
"trgen": "node tools/trgen/index.js", "trgen": "node tools/trgen/index.js",
"ttsc": "ttsc", "ttsc": "ttsc",
"sass": "ttsc", "sass": "sass",
"csso": "csso", "csso": "csso",
"rebuild-structure-web-dev": "php files.php generate web dev", "rebuild-structure-web-dev": "php files.php generate web dev",
"minify-web-rel-file": "terser --compress --mangle --ecma 6 --keep_classnames --keep_fnames --output", "minify-web-rel-file": "terser --compress --mangle --ecma 6 --keep_classnames --keep_fnames --output",
@ -33,7 +33,7 @@
"gulp": "^4.0.2", "gulp": "^4.0.2",
"mime-types": "^2.1.24", "mime-types": "^2.1.24",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"sass": "^1.22.10", "sass": "1.22.10",
"sha256": "^0.2.0", "sha256": "^0.2.0",
"terser": "^4.2.1", "terser": "^4.2.1",
"ttypescript": "^1.5.7", "ttypescript": "^1.5.7",