Skip to content

Commit

Permalink
Fix -o option and update to [email protected]
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
tomap authored and demurgos committed Jan 30, 2018
1 parent 508009c commit 248d39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(args) {
self.emit('server');

if (args.o || args.open) {
open(addr);
open(addrString);
}

return server;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mime": "^1.3.4",
"morgan": "^1.6.1",
"object-assign": "^4.0.1",
"opn": "^4.0.0",
"opn": "^5.2.0",
"serve-static": "^1.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 248d39d

Please sign in to comment.