Skip to content

Commit

Permalink
Merge pull request #19 from ruiquelhas/support/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ruiquelhas authored Nov 2, 2016
2 parents ee53a29 + 06b08c9 commit 6f4367a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"lodash.transform": "4.x.x"
},
"devDependencies": {
"code": "2.x.x",
"code": "4.x.x",
"coveralls": "2.x.x",
"lab": "10.x.x"
"lab": "11.x.x"
},
"engines": {
"node": ">=4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lab.experiment('Nvpqs', () => {
const output = Nvpqs.parse(Qs.stringify(NVPStub));

Code.expect(output).to.be.an.object();
Code.expect(output).to.deep.equal(ObjectStub);
Code.expect(output).to.equal(ObjectStub);
return done();
});
});
Expand Down

0 comments on commit 6f4367a

Please sign in to comment.