update packages

This commit is contained in:
Simon Tokumine
2011-12-09 00:51:35 +00:00
parent e810747a21
commit d373124f5c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ module.exports.windshaft_port = 8181;
module.exports.enable_cors = true;
module.exports.varnish_host = 'localhost';
module.exports.varnish_port = 6082;
module.exports.cache_enabled = true;
module.exports.cache_enabled = true;
+1 -1
View File
@@ -16,7 +16,7 @@
},
"dependencies": {
"underscore" : "1.1.x",
"windshaft" : "0.4.1",
"windshaft" : "0.4.2",
"step": "0.0.x",
"generic-pool": "1.0.x",
"redis": "0.6.7",