Skip to content

Commit

Permalink
Merge pull request #18 from ruiquelhas/support/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ruiquelhas committed Feb 26, 2016
2 parents c5aadc0 + cc4f743 commit fb75d92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"dependencies": {
"dot-object": "1.x.x",
"lodash.isobject": "3.x.x",
"lodash.reduce": "3.x.x",
"lodash.some": "3.x.x",
"lodash.transform": "3.x.x"
"lodash.reduce": "4.x.x",
"lodash.some": "4.x.x",
"lodash.transform": "4.x.x"
},
"devDependencies": {
"code": "2.x.x",
"coveralls": "2.x.x",
"lab": "8.x.x"
"lab": "10.x.x"
},
"engines": {
"node": ">= 4.0.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ const Qs = require('querystring');
const Lab = require('lab');
const Code = require('code');

const lab = exports.lab = Lab.script();
const NVPStub = require('./stubs/nvp.json');
const ObjectStub = require('./stubs/object.json');

const Nvpqs = require('../');

const NVPStub = require('./stubs/nvp.json');
const ObjectStub = require('./stubs/object.json');
const lab = exports.lab = Lab.script();

lab.experiment('Nvpqs', () => {

Expand Down

0 comments on commit fb75d92

Please sign in to comment.