From 1e7cd0647ee45177b8a03536616f584ca71de7fc Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 5 Aug 2016 15:35:43 +0100 Subject: [PATCH] added notifications and package for multi config files --- config/services.js | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/config/services.js b/config/services.js index 3614b2c020..3a85bfb597 100644 --- a/config/services.js +++ b/config/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" }] diff --git a/package.json b/package.json index 6b28b15e29..112c9adcf6 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "east": "0.5.1", "east-mongo": "^0.1.2", "grunt-shell": "^1.1.1", + "load-grunt-config": "^0.19.2", "lodash": "^3.0.0", "mongojs": "^0.18.1", "rimraf": "~2.2.6",