Skip to content

Commit 6f4367a

Browse files
authored
Merge pull request #19 from ruiquelhas/support/update-dependencies
Update dependencies
2 parents ee53a29 + 06b08c9 commit 6f4367a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"lodash.transform": "4.x.x"
3737
},
3838
"devDependencies": {
39-
"code": "2.x.x",
39+
"code": "4.x.x",
4040
"coveralls": "2.x.x",
41-
"lab": "10.x.x"
41+
"lab": "11.x.x"
4242
},
4343
"engines": {
4444
"node": ">=4.0.0"

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lab.experiment('Nvpqs', () => {
3030
const output = Nvpqs.parse(Qs.stringify(NVPStub));
3131

3232
Code.expect(output).to.be.an.object();
33-
Code.expect(output).to.deep.equal(ObjectStub);
33+
Code.expect(output).to.equal(ObjectStub);
3434
return done();
3535
});
3636
});

0 commit comments

Comments
 (0)