Skip to content

Commit

Permalink
Merge pull request #94 from ratson/master
Browse files Browse the repository at this point in the history
Update lodash to v4
  • Loading branch information
analog-nico committed Feb 17, 2016
2 parents 7174f7b + 6b6f826 commit 2373d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions lib/rp.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'use strict';

var Bluebird = require('bluebird'),
assign = require('lodash/object/assign'),
forEach = require('lodash/collection/forEach'),
isFunction = require('lodash/lang/isFunction'),
isPlainObject = require('lodash/lang/isPlainObject'),
isString = require('lodash/lang/isString'),
isUndefined = require('lodash/lang/isUndefined'),
keys = require('lodash/object/keys'),
assign = require('lodash/assign'),
forEach = require('lodash/forEach'),
isFunction = require('lodash/isFunction'),
isPlainObject = require('lodash/isPlainObject'),
isString = require('lodash/isString'),
isUndefined = require('lodash/isUndefined'),
keys = require('lodash/keys'),
errors = require('./errors.js');


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"bluebird": "^2.3",
"lodash": "^3.10.0",
"lodash": "^4.5.0",
"request": "^2.34"
},
"devDependencies": {
Expand Down

0 comments on commit 2373d58

Please sign in to comment.