mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 20:01:15 +00:00
Remove unused contentful dependency
This package is unused, and was causing problems with installing babel. Because it dependended on an older version of babel, and was interpreted by npm first (as it is a regular dep), the older version of babel would be "hoisted" to the top level of node_modules Then when latest versions of babel are installed they would be interpreted second and thus would nest their dependencies within their own node_modules, filling the disk with unnecessary copies of core-js. Removing the unnecessary dep solves these problems
This commit is contained in:
parent
c19acd82a4
commit
c156187bab
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
"body-parser": "^1.13.1",
|
||||
"bufferedstream": "1.6.0",
|
||||
"connect-redis": "^3.1.0",
|
||||
"contentful": "^3.3.14",
|
||||
"cookie": "^0.2.3",
|
||||
"cookie-parser": "1.3.5",
|
||||
"csurf": "^1.8.3",
|
||||
|
|
Loading…
Reference in a new issue