Skip to content

Commit c279ee2

Browse files
martin3walkerjescalan
authored andcommitted
Added desired changes to PR
Correctly described the default link resolution settings as Contentful's, rather than Spike's.
1 parent be67007 commit c279ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"bugs": "https://github.com/static-dev/spike-contentful/issues",
1111
"dependencies": {
12-
"contentful": "^5.0.5",
12+
"contentful": "^7.0.4",
1313
"es6bindall": "^0.0.9",
1414
"joi": "^10.6.0",
1515
"when": "^3.7.8"

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ test.cb('implements request options', t => {
196196

197197
api.run(undefined, () => {
198198
t.is(locals.contentful.cats.length, 1)
199-
t.is(locals.contentful.cats[0].fields.name, 'Garfield')
199+
t.is(locals.contentful.cats[0].fields.name, 'Nyan Cat')
200200
t.end()
201201
})
202202
})

0 commit comments

Comments
 (0)