Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 30, 2017
1 parent 7a28c59 commit 5ae434a
Show file tree
Hide file tree
Showing 4 changed files with 4,304 additions and 934 deletions.
2 changes: 1 addition & 1 deletion api.js
Expand Up @@ -21,7 +21,7 @@ const fork = require('./lib/fork');

function resolveModules(modules) {
return arrify(modules).map(name => {
const modulePath = resolveCwd(name);
const modulePath = resolveCwd.silent(name);

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

0 comments on commit 5ae434a

Please sign in to comment.