Skip to content

Commit

Permalink
[[CHORE]] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Mendiara Cañardo committed Jun 7, 2016
1 parent fcb6109 commit 8e3409b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var util = require('util'),
colors = require('colors/safe'),
stringify = require('json-stringify-safe'),
serializeErr = require('serr'),
omit = require('lodash.omit');
omit = require('lodash').omit;

var DEFAULT_NOT_AVAILABLE = 'n/a';

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"dependencies": {
"colors": "^1.1.2",
"json-stringify-safe": "^5.0.1",
"lodash.omit": "^4.1.0",
"serr": "^0.2.0"
"lodash": "^4.1.0",
"serr": "^0.3.0"
},
"contributors": [
"Juan Antonio Hernando Labajo <[email protected]>",
Expand Down

0 comments on commit 8e3409b

Please sign in to comment.