Skip to content

Commit cb0a3fa

Browse files
committed
chore: rebase
2 parents 1ed5a26 + 4379d25 commit cb0a3fa

File tree

6 files changed

+234
-251
lines changed

6 files changed

+234
-251
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: '/'
5+
schedule:
6+
interval: daily
7+
time: '04:00'
8+
timezone: Europe/Berlin
9+
open-pull-requests-limit: 10
10+
versioning-strategy: lockfile-only

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install commitlint --edit
4+
npx --no-install commitlint --edit $1

lib/Server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,11 +740,11 @@ class Server {
740740
}
741741

742742
if (this.options.bonjour) {
743-
const protocol =
743+
const bonjourProtocol =
744744
this.options.bonjour.type || this.options.https ? 'https' : 'http';
745745

746746
this.logger.info(
747-
`Broadcasting "${protocol}" with subtype of "webpack" via ZeroConf DNS (Bonjour)`
747+
`Broadcasting "${bonjourProtocol}" with subtype of "webpack" via ZeroConf DNS (Bonjour)`
748748
);
749749
}
750750

0 commit comments

Comments
 (0)