Add in docstore

This commit is contained in:
James Allen 2014-04-29 12:05:18 +01:00
parent c6f1c53d21
commit 94e683a9a1

View file

@ -21,6 +21,9 @@ SERVICES = [{
}, { }, {
name: "track-changes" name: "track-changes"
repo: "https://github.com/sharelatex/track-changes-sharelatex.git" repo: "https://github.com/sharelatex/track-changes-sharelatex.git"
}, {
name: "docstore"
repo: "https://github.com/sharelatex/docstore-sharelatex.git"
}] }]
module.exports = (grunt) -> module.exports = (grunt) ->