mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #139 from overleaf/jpa-no-git-install
[misc] install @overleaf/object-persistor from tar-ball
This commit is contained in:
commit
7dcff116a0
2 changed files with 3 additions and 3 deletions
4
services/filestore/package-lock.json
generated
4
services/filestore/package-lock.json
generated
|
@ -833,8 +833,8 @@
|
|||
"integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
|
||||
},
|
||||
"@overleaf/object-persistor": {
|
||||
"version": "git+https://github.com/overleaf/object-persistor.git#8fbc9ed03206bfb54368578d22b7ac4f285baa25",
|
||||
"from": "git+https://github.com/overleaf/object-persistor.git",
|
||||
"version": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
|
||||
"integrity": "sha512-QApK1xZv4c2sco4lBwq5tn2w7ZNcnqQ/bVPbrxpiJCK5L5Gfvwcm0T2cAbbsuI/FSkSB93eU60iZqPtT87vp9w==",
|
||||
"requires": {
|
||||
"@google-cloud/storage": "^5.1.2",
|
||||
"@overleaf/o-error": "^3.0.0",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"dependencies": {
|
||||
"@overleaf/metrics": "^3.4.1",
|
||||
"@overleaf/o-error": "^3.0.0",
|
||||
"@overleaf/object-persistor": "git+https://github.com/overleaf/object-persistor.git",
|
||||
"@overleaf/object-persistor": "https://github.com/overleaf/object-persistor/archive/8fbc9ed03206bfb54368578d22b7ac4f285baa25.tar.gz",
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.1",
|
||||
"fast-crc32c": "^2.0.0",
|
||||
|
|
Loading…
Reference in a new issue