added notifications and package for multi config files

This commit is contained in:
Henry Oswald 2016-08-05 15:35:43 +01:00
parent 7bfa3f97e7
commit 1e7cd0647e
2 changed files with 5 additions and 0 deletions

View file

@ -44,4 +44,8 @@ module.exports =
name: "contacts", name: "contacts",
repo: "https://github.com/sharelatex/contacts-sharelatex.git", repo: "https://github.com/sharelatex/contacts-sharelatex.git",
version: "master" version: "master"
}, {
name: "notifications",
repo: "https://github.com/sharelatex/notifications-sharelatex.git",
version: "master"
}] }]

View file

@ -7,6 +7,7 @@
"east": "0.5.1", "east": "0.5.1",
"east-mongo": "^0.1.2", "east-mongo": "^0.1.2",
"grunt-shell": "^1.1.1", "grunt-shell": "^1.1.1",
"load-grunt-config": "^0.19.2",
"lodash": "^3.0.0", "lodash": "^3.0.0",
"mongojs": "^0.18.1", "mongojs": "^0.18.1",
"rimraf": "~2.2.6", "rimraf": "~2.2.6",