Browse Source

Merge pull request #149 from nulltask/master

make test-server fails with node 0.6.x
v1.x
TJ Holowaychuk 13 years ago
parent
commit
cde3f8cbe4
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"preinstall": "node-waf configure build"
}
, "devDependencies": {
"express": "2.3.7"
"express": ">= 2.3.7 && < 3.0.0"
, "jade": "0.11.0"
, "mocha": "*"
, "should": "*"

Loading…
Cancel
Save