From c279ee2cfd006b9dba0394f98d2c50a167d923cc Mon Sep 17 00:00:00 2001 From: martin3walker <35141192+martin3walker@users.noreply.github.com> Date: Mon, 6 Aug 2018 11:39:16 +0200 Subject: [PATCH] Added desired changes to PR Correctly described the default link resolution settings as Contentful's, rather than Spike's. --- package.json | 2 +- test/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 705a8ed..982ff48 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "bugs": "https://github.com/static-dev/spike-contentful/issues", "dependencies": { - "contentful": "^5.0.5", + "contentful": "^7.0.4", "es6bindall": "^0.0.9", "joi": "^10.6.0", "when": "^3.7.8" diff --git a/test/index.js b/test/index.js index 1bbe65a..f812df8 100644 --- a/test/index.js +++ b/test/index.js @@ -196,7 +196,7 @@ test.cb('implements request options', t => { api.run(undefined, () => { t.is(locals.contentful.cats.length, 1) - t.is(locals.contentful.cats[0].fields.name, 'Garfield') + t.is(locals.contentful.cats[0].fields.name, 'Nyan Cat') t.end() }) })