Raise express dependency to 2.5.11 where it also work with node-0.8

This version passed "make check" with:
 - node 0.4.10
 - node 0.6.19
 - node 0.8.2
This commit is contained in:
Sandro Santilli 2012-07-16 18:57:12 +02:00
parent 7f8ab22c56
commit 2ae5119bae
2 changed files with 3 additions and 3 deletions

2
npm-shrinkwrap.json generated
View File

@ -11,7 +11,7 @@
}
},
"express": {
"version": "2.5.8",
"version": "2.5.11",
"dependencies": {
"connect": {
"version": "1.9.2",

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"cluster": "0.6.4",
"express": "2.5.8",
"express": "~2.5.11",
"underscore" : "1.1.x",
"underscore.string": "1.1.5",
"pg": "0.6.14",
@ -29,5 +29,5 @@
"scripts": {
"test": "test/run_tests.sh"
},
"engines": { "node": ">= 0.4.1 < 0.7.0" }
"engines": { "node": ">= 0.4.1 < 0.9" }
}