From ad10fda87286bf552be8ea1f28aa76a43966397b Mon Sep 17 00:00:00 2001 From: ShareLaTeX Date: Wed, 21 Sep 2016 17:09:23 +0000 Subject: [PATCH] added notificaitons service --- services.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services.js b/services.js index ed590505cc..3dcb1df7da 100644 --- a/services.js +++ b/services.js @@ -44,4 +44,8 @@ module.exports = name: "contacts", repo: "https://github.com/sharelatex/contacts-sharelatex.git", version: "master" +}, { + name: "notifications", + repo: "https://github.com/sharelatex/notifications-sharelatex.git", + version: "master" }]