mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use correct git tag for settings-sharelatex repository
This commit is contained in:
parent
c9a9ad06a7
commit
d27cef75da
2 changed files with 2 additions and 2 deletions
2
services/chat/npm-shrinkwrap.json
generated
2
services/chat/npm-shrinkwrap.json
generated
|
@ -7341,7 +7341,7 @@
|
|||
},
|
||||
"settings-sharelatex": {
|
||||
"version": "git+https://github.com/sharelatex/settings-sharelatex.git#93f63d029b52fef8825c3a401b2b6a7ba29b4750",
|
||||
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#1.1.0",
|
||||
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
|
||||
"requires": {
|
||||
"coffee-script": "1.6.0"
|
||||
},
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"mongojs": "2.4.0",
|
||||
"redis": "~0.10.1",
|
||||
"request": "^2.79.0",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#1.1.0",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
|
||||
"v8-profiler": "^5.6.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue