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:
parent
7f8ab22c56
commit
2ae5119bae
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -11,7 +11,7 @@
|
||||
}
|
||||
},
|
||||
"express": {
|
||||
"version": "2.5.8",
|
||||
"version": "2.5.11",
|
||||
"dependencies": {
|
||||
"connect": {
|
||||
"version": "1.9.2",
|
||||
|
@ -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" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user