Skip to content

Commit

Permalink
Use modularized lodash (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi authored and kangax committed Oct 6, 2016
1 parent 11664eb commit a83cee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"babel-helper-remove-or-void": "^0.0.1",
"lodash": "^4.14.1"
"lodash.some": "^4.6.0"
},
"devDependencies": {}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const { some } = require("lodash");
const some = require("lodash.some");

module.exports = ({ types: t, traverse }) => {
const removeOrVoid = require("babel-helper-remove-or-void")(t);
Expand Down

0 comments on commit a83cee0

Please sign in to comment.