htdocs: update dependencies.

This commit is contained in:
XhmikosR 2014-02-15 08:27:53 +02:00
parent fb5c2d4b48
commit 9bf8feb403
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
var minifier = new CleanCSS({ var minifier = new CleanCSS({
keepSpecialComments: 0, keepSpecialComments: 0,
selectorsMergeMode: "ie8" compatibility: "ie8"
}); });
fs.writeFileSync("site/css/pack.css", minifier.minify(inCss), "utf8"); fs.writeFileSync("site/css/pack.css", minifier.minify(inCss), "utf8");

View File

@ -17,7 +17,7 @@
"lint": "node run-tests" "lint": "node run-tests"
}, },
"dependencies": { "dependencies": {
"clean-css": "~2.0.8", "clean-css": "~2.1.0",
"csslint": "~0.10.0", "csslint": "~0.10.0",
"jshint": "~2.4.3", "jshint": "~2.4.3",
"shelljs": "~0.2.6", "shelljs": "~0.2.6",

File diff suppressed because one or more lines are too long