mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
remember to add supertest
This commit is contained in:
parent
e9115880b3
commit
cff8f4a61e
1 changed files with 2 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue