Skip to content

Commit

Permalink
Remove separate pickBy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Oct 12, 2017
1 parent 6bd6f19 commit 5721d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5721d25

Please sign in to comment.