Skip to content

Commit

Permalink
Merge 30393ee into 6e0cb29
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Apr 4, 2017
2 parents 6e0cb29 + 30393ee commit 3766e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ internals.response = module.exports.response = function (data, _meta, _options)
if (Defined(data)) {
return {
statusCode: 200,
data: data,
meta: meta
data,
meta
};
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"code": "^3.0.1",
"coveralls": "^2.11.6",
"hapi": "^14.2.0",
"lab": "^10.3.1"
"lab": "^11.2.2"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 3766e40

Please sign in to comment.