Skip to content

Commit

Permalink
update lodash to version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Jan 25, 2016
1 parent a107ad5 commit c7f1013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/astUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function isComputed(node) {

function isEquivalentExp(a, b) {

return _.isEqual(a, b, function (left, right, key) {
return _.isEqualWith(a, b, function (left, right, key) {
if (_.includes(['loc', 'range', 'computed'], key)) {
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/wix/eslint-plugin-lodash3",
"bugs": "https://github.com/wix/eslint-plugin-lodash3/issues",
"dependencies": {
"lodash": "^3.10.1"
"lodash": "4.0.0"
},
"devDependencies": {
"coveralls": "2.11.4",
Expand Down

0 comments on commit c7f1013

Please sign in to comment.