diff --git a/index.js b/index.js index 6eaec740..2e4fb2c5 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ var babylonToEspree = require("./babylon-to-espree"); -var pick = require("lodash.pickby"); +var pick = require("lodash/pickby"); var Module = require("module"); var path = require("path"); var jsParse = require("babylon").parse; diff --git a/package.json b/package.json index 51e66ea4..2daf48a5 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "babel-traverse": "^6.25.0", "babel-types": "^6.25.0", "babylon": "^6.18.0", - "lodash": "^4.17.4", - "lodash.pickby": "^4.6.0" + "lodash": "^4.17.4" }, "scripts": { "bootstrap": "git submodule update --init && cd eslint && npm install",