remember to add supertest

This commit is contained in:
John McLear 2014-11-26 21:58:27 +00:00
parent e9115880b3
commit cff8f4a61e
1 changed files with 2 additions and 1 deletions

View File

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