Merge pull request #81 from overleaf/jpa-no-git-install

[misc] install @overleaf/object-persistor from tar-ball
This commit is contained in:
Jakob Ackermann 2020-12-02 15:14:41 +00:00 committed by GitHub
commit 595e0f3f72
2 changed files with 8 additions and 8 deletions

View file

@ -1062,8 +1062,8 @@
"integrity": "sha512-LsM2s6Iy9G97ktPo0ys4VxtI/m3ahc1ZHwjo5XnhXtjeIkkkVAehsrcRRoV/yWepPjymB0oZonhcfojpjYR/tg=="
},
"@overleaf/object-persistor": {
"version": "git+https://github.com/overleaf/object-persistor.git#4ca62157a2beb747e9a56da3ce1569124b90378a",
"from": "git+https://github.com/overleaf/object-persistor.git",
"version": "https://github.com/overleaf/object-persistor/archive/4ca62157a2beb747e9a56da3ce1569124b90378a.tar.gz",
"integrity": "sha512-7USiK1g94cFnREqPqtsvmw0OevEYb6wtnBP7mFA4akjz/YqSM+yTrQnobt8TuBmnzRgGabRmQ8yaeBGEzhmxnA==",
"requires": {
"@google-cloud/storage": "^5.1.2",
"@overleaf/o-error": "^3.0.0",
@ -1088,6 +1088,11 @@
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"node-uuid": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz",
"integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc="
}
}
},
@ -4789,11 +4794,6 @@
}
}
},
"node-uuid": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz",
"integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc="
},
"nopt": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",

View file

@ -20,7 +20,7 @@
},
"dependencies": {
"@overleaf/metrics": "^3.4.1",
"@overleaf/object-persistor": "git+https://github.com/overleaf/object-persistor.git",
"@overleaf/object-persistor": "https://github.com/overleaf/object-persistor/archive/4ca62157a2beb747e9a56da3ce1569124b90378a.tar.gz",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",