Skip to content

Commit

Permalink
Merge pull request #292 from alallier/renovate/open-8.x
Browse files Browse the repository at this point in the history
Update dependency open to v8
  • Loading branch information
alallier committed Jun 9, 2021
2 parents eff5d01 + 5d19232 commit ad121dc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/reload-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ reload(function () {}, reloadOpts, server).then(function (reload) {

// If openBrowser, open the browser with the given start page above, at a hostname (localhost default or specified).
if (openBrowser) {
open('http://' + hostname + ':' + port, { url: true })
open('http://' + hostname + ':' + port)
}
} else {
time = new Date()
Expand Down
29 changes: 22 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"commander": "~7.2.0",
"finalhandler": "~1.1.1",
"minimist": "~1.2.0",
"open": "^7.0.0",
"open": "^8.0.0",
"serve-static": "~1.14.0",
"supervisor": "~0.12.0",
"url-parse": "~1.4.4",
Expand Down

0 comments on commit ad121dc

Please sign in to comment.