mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 03:03:39 -05:00
added notifications and package for multi config files
This commit is contained in:
parent
1695a1bf39
commit
906a47cecb
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue