mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Fix issue caused by broken async update
This commit is contained in:
parent
66475f32f3
commit
a97c63b809
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"resolve" : "0.2.x",
|
||||
"socket.io" : "0.9.x",
|
||||
"ueberDB" : "0.1.7",
|
||||
"async" : "0.1.x",
|
||||
"async" : "0.1.22",
|
||||
"express" : "3.x",
|
||||
"connect" : "2.4.x",
|
||||
"clean-css" : "0.3.2",
|
||||
|
|
Loading…
Reference in a new issue