diff options
author | johnyma22 <john@mclear.co.uk> | 2012-10-04 18:53:02 +0100 |
---|---|---|
committer | johnyma22 <john@mclear.co.uk> | 2012-10-04 18:53:02 +0100 |
commit | a97c63b80955e9b2e960f12b4f0f075ca629fd1d (patch) | |
tree | 1349880a1980931714d4dfc1398920d2f40c7c22 /src | |
parent | 66475f32f34ddddba72914afa03a5380fd707a82 (diff) | |
download | etherpad-lite-a97c63b80955e9b2e960f12b4f0f075ca629fd1d.zip |
Fix issue caused by broken async update
Diffstat (limited to 'src')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 5f981a7b..f729b3c1 100644 --- a/src/package.json +++ b/src/package.json @@ -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", |