htdocs: update node.js dependencies.

This commit is contained in:
XhmikosR 2014-01-19 14:39:24 +02:00
parent 828609bb11
commit ad19448817
2 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@
"lint": "node run-tests"
},
"dependencies": {
"clean-css": "~2.0.4",
"clean-css": "~2.0.8",
"csslint": "~0.10.0",
"jshint": "~2.4.0",
"jshint": "~2.4.3",
"shelljs": "~0.2.6",
"uglify-js": "~2.4.8"
"uglify-js": "~2.4.12"
},
"jshintConfig": {
"bitwise": true,

File diff suppressed because one or more lines are too long