htdocs: update dependencies.

This commit is contained in:
XhmikosR 2013-08-29 08:02:21 +03:00
parent cc6745fef6
commit 12c46c4738
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,11 @@
"lint": "node run-tests"
},
"dependencies": {
"clean-css": "~1.0.12",
"clean-css": "~1.1.1",
"csslint": "~0.9.10",
"jshint": "~2.1.9",
"shelljs": "~0.1.4",
"uglify-js": "~2.3.6"
"jshint": "~2.1.11",
"shelljs": "~0.2.6",
"uglify-js": "~2.4.0"
},
"jshintConfig": {
"bitwise": true,
@ -47,6 +47,6 @@
"unused": true
},
"engines": {
"node": "~0.8.0"
"node": ">=0.8.0"
}
}