mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Add ueberDB to dependencies
This commit is contained in:
parent
e855b09463
commit
6de78d6b40
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
||||||
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com>",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"socket.io" : ">=0.6.17"
|
"socket.io" : ">=0.6.17",
|
||||||
|
"ueberDB" : ">=0.0.1"
|
||||||
},
|
},
|
||||||
"version" : "0.0.1",
|
"version" : "0.0.1",
|
||||||
"bin" : {
|
"bin" : {
|
||||||
|
|
Loading…
Reference in a new issue