Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed May 19, 2019
1 parent 5f4c96f commit 80d72ff
Show file tree
Hide file tree
Showing 4 changed files with 2,932 additions and 3,215 deletions.
2 changes: 1 addition & 1 deletion lib/api.js
Expand Up @@ -25,7 +25,7 @@ function resolveModules(modules) {
return arrify(modules).map(name => {
const modulePath = resolveCwd.silent(name);

if (modulePath === null) {
if (modulePath === undefined) {
throw new Error(`Could not resolve required module '${name}'`);
}

Expand Down

0 comments on commit 80d72ff

Please sign in to comment.