Skip to content

Commit

Permalink
Added desired changes to PR
Browse files Browse the repository at this point in the history
Correctly described the default link resolution settings as Contentful's, rather than Spike's.
  • Loading branch information
martin3walker authored and jescalan committed Oct 12, 2018
1 parent be67007 commit c279ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
})
Expand Down

0 comments on commit c279ee2

Please sign in to comment.