Compare commits
7 Commits
old-master
...
v0.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 5813e23fa8 | |||
| 0c9b6dbdc2 | |||
| e710856453 | |||
| 2cbd683d89 | |||
| 3d97353750 | |||
| c242ac606a | |||
| e65e87a8a8 |
+10
-10
@@ -11,43 +11,43 @@ async = require "async"
|
||||
SERVICES = [{
|
||||
name: "web"
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "real-time"
|
||||
repo: "https://github.com/sharelatex/real-time-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "document-updater"
|
||||
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "clsi"
|
||||
repo: "https://github.com/sharelatex/clsi-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "filestore"
|
||||
repo: "https://github.com/sharelatex/filestore-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "track-changes"
|
||||
repo: "https://github.com/sharelatex/track-changes-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "docstore"
|
||||
repo: "https://github.com/sharelatex/docstore-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "chat"
|
||||
repo: "https://github.com/sharelatex/chat-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "tags"
|
||||
repo: "https://github.com/sharelatex/tags-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}, {
|
||||
name: "spelling"
|
||||
repo: "https://github.com/sharelatex/spelling-sharelatex.git"
|
||||
version: "master"
|
||||
version: "v0.1.2"
|
||||
}]
|
||||
|
||||
module.exports = (grunt) ->
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sharelatex",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.2",
|
||||
"description": "An online collaborative LaTeX editor",
|
||||
"dependencies": {
|
||||
"async": "^0.9.0",
|
||||
|
||||
Reference in New Issue
Block a user