mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
merged services.js
This commit is contained in:
parent
1fe5394ca5
commit
ead0f21965
2 changed files with 5 additions and 57 deletions
|
@ -1,52 +0,0 @@
|
|||
module.exports =
|
||||
|
||||
[{
|
||||
name: "web",
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "real-time",
|
||||
repo: "https://github.com/sharelatex/real-time-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "document-updater",
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "clsi",
|
||||
repo: "https://github.com/sharelatex/clsi-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "filestore",
|
||||
repo: "https://github.com/sharelatex/filestore-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "track-changes",
|
||||
repo: "https://github.com/sharelatex/track-changes-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "docstore",
|
||||
repo: "https://github.com/sharelatex/docstore-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "chat",
|
||||
repo: "https://github.com/sharelatex/chat-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "tags",
|
||||
repo: "https://github.com/sharelatex/tags-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "spelling",
|
||||
repo: "https://github.com/sharelatex/spelling-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "contacts",
|
||||
repo: "https://github.com/sharelatex/contacts-sharelatex.git",
|
||||
version: "master"
|
||||
}, {
|
||||
name: "notifications",
|
||||
repo: "https://github.com/sharelatex/notifications-sharelatex.git",
|
||||
version: "master"
|
||||
}
|
||||
]
|
|
@ -1,4 +1,4 @@
|
|||
module.exports =
|
||||
module.exports =
|
||||
|
||||
[{
|
||||
name: "web",
|
||||
|
@ -43,9 +43,9 @@ module.exports =
|
|||
}, {
|
||||
name: "contacts",
|
||||
repo: "https://github.com/sharelatex/contacts-sharelatex.git",
|
||||
version: "sk-update-mongojs"
|
||||
version: "master"
|
||||
}, {
|
||||
name: "notifications",
|
||||
repo: "https://github.com/sharelatex/notifications-sharelatex.git",
|
||||
version: "master"
|
||||
name: "notifications",
|
||||
repo: "https://github.com/sharelatex/notifications-sharelatex.git",
|
||||
version: "master"
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue