From 5d71a5ea40bada613e50ecadb95892df842d96aa Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 22 Jul 2016 15:54:31 +0100 Subject: [PATCH] added contacts to service list --- config/services.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/services.js b/config/services.js index be4da8698a..3614b2c020 100644 --- a/config/services.js +++ b/config/services.js @@ -40,4 +40,8 @@ module.exports = name: "spelling", repo: "https://github.com/sharelatex/spelling-sharelatex.git", version: "master" +}, { + name: "contacts", + repo: "https://github.com/sharelatex/contacts-sharelatex.git", + version: "master" }]