remember to add supertest

This commit is contained in:
John McLear 2014-11-26 21:58:27 +00:00
parent e9115880b3
commit cff8f4a61e

View file

@ -41,7 +41,8 @@
"channels" : "0.0.x", "channels" : "0.0.x",
"jsonminify" : "0.2.2", "jsonminify" : "0.2.2",
"measured" : "0.1.3", "measured" : "0.1.3",
"mocha" : ">=2.0.1" "mocha" : ">=2.0.1",
"supertest" : ">=0.15.0"
}, },
"bin": { "etherpad-lite": "./node/server.js" }, "bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": { "devDependencies": {