Skip to content

Commit

Permalink
Update opn package to 4.0.0, fixes #2169
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Feb 13, 2016
1 parent 573b84f commit e85a5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/home.js
Expand Up @@ -40,7 +40,7 @@ function home(logger, name, config) {
throw createError('No homepage set for ' + pkgMeta.name, 'ENOHOME');
}

open(homepage);
open(homepage, { wait: false });
return homepage;
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"mkdirp": "0.5.0",
"mout": "^0.11.0",
"nopt": "^3.0.1",
"opn": "^1.0.1",
"opn": "^4.0.0",
"p-throttler": "0.1.1",
"promptly": "0.2.0",
"q": "^1.1.2",
Expand Down

0 comments on commit e85a5f7

Please sign in to comment.