Return version numbers of updates

This commit is contained in:
James Allen
2014-03-06 11:00:49 +00:00
parent aadce232a1
commit 5fc139db00
3 changed files with 4 additions and 0 deletions
@@ -42,6 +42,7 @@ module.exports = HttpController =
formattedUpdates = for update in updates
{
meta: update.meta
v: update.v
}
res.send JSON.stringify updates: formattedUpdates