Skip to content

Commit

Permalink
use main lodash package
Browse files Browse the repository at this point in the history
  • Loading branch information
1pete committed Nov 29, 2017
1 parent 9db95b3 commit 6b4c840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-import-resolver-node": "^0.3.1",
"eslint-module-utils": "^2.1.1",
"has": "^1.0.1",
"lodash.cond": "^4.3.0",
"lodash": "^4.17.4",
"minimatch": "^3.0.3",
"read-pkg-up": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/core/importType.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cond from 'lodash.cond'
import cond from 'lodash/cond'
import builtinModules from 'builtin-modules'
import { join } from 'path'

Expand Down

0 comments on commit 6b4c840

Please sign in to comment.