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:
Alasdair Smith 2018-01-31 12:30:39 +00:00
parent c19acd82a4
commit c156187bab

View file

@ -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",