Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-bradshaw committed Sep 7, 2016
1 parent 204c624 commit 9eab493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/encoding.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ internals.map = function (preferences, scores) {
if (!scores.reject[key]) {
const score = scores.accept[key] || scores.any;
if (score > 0) {
scored.push({ key: key, score: score });
scored.push({ key, score });
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"node": ">=4.0.0"
},
"dependencies": {
"boom": "3.x.x",
"boom": "4.x.x",
"hoek": "4.x.x"
},
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x",
"lab": "11.x.x",
"npmignore": "0.2.x"
},
"scripts": {
Expand Down

0 comments on commit 9eab493

Please sign in to comment.