mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'master' of https://github.com/sharelatex/web-sharelatex
This commit is contained in:
commit
b5341e8a25
2 changed files with 12 additions and 7 deletions
|
@ -127,7 +127,7 @@ aside#left-menu.full-size(
|
||||||
option(value=size) #{size}px
|
option(value=size) #{size}px
|
||||||
|
|
||||||
.form-controls
|
.form-controls
|
||||||
label(for="pdfViewer")
|
label(for="pdfViewer") #{translate("pdf_viewer")}
|
||||||
select(
|
select(
|
||||||
name="pdfViewer"
|
name="pdfViewer"
|
||||||
ng-model="settings.pdfViewer"
|
ng-model="settings.pdfViewer"
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "web-sharelatex",
|
"name": "web-sharelatex",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
|
"description": "The HTTP front end for ShareLaTeX",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sharelatex/web-sharelatex.git"
|
||||||
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"public": "./public"
|
"public": "./public"
|
||||||
},
|
},
|
||||||
|
@ -22,11 +27,11 @@
|
||||||
"socket.io": "0.9.16",
|
"socket.io": "0.9.16",
|
||||||
"mimelib": "0.2.14",
|
"mimelib": "0.2.14",
|
||||||
"bufferedstream": "1.6.0",
|
"bufferedstream": "1.6.0",
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-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#master",
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
||||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||||
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master",
|
"translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#v0.1.0",
|
||||||
"soa-req-id": "git+https://github.com/sharelatex/soa-req-id.git#master",
|
"soa-req-id": "git+https://github.com/sharelatex/soa-req-id.git#v1.0.0",
|
||||||
"fairy": "0.0.2",
|
"fairy": "0.0.2",
|
||||||
"node-uuid": "1.4.1",
|
"node-uuid": "1.4.1",
|
||||||
"nodemailer": "0.6.1",
|
"nodemailer": "0.6.1",
|
||||||
|
|
Loading…
Reference in a new issue