mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Lock down module versions
This commit is contained in:
parent
48c5f66af3
commit
3ffe96f548
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"name": "document-updater-sharelatex",
|
||||
"version": "0.0.1",
|
||||
"description": "An API for applying incoming updates to documents in real-time",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sharelatex/document-updater-sharelatex.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "3.3.4",
|
||||
"underscore": "1.2.2",
|
||||
|
@ -12,9 +17,9 @@
|
|||
"async": "",
|
||||
"lynx": "0.0.11",
|
||||
"coffee-script": "1.4.0",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||
"sinon": "~1.5.2",
|
||||
"mongojs": "0.9.11"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue