forked from sokarovski/bonjour
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 - Added `v` back to GitHub release tag 2 - Identified a few more spots the `master` branch was used 3 - Added tests and lint to the simple publisher.
- Loading branch information
1 parent
fed3c01
commit d967940
Showing
5 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Node Build | ||
on: | ||
push: | ||
branches: [master] | ||
branches: [latest] | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bonjour-hap", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)", | ||
"main": "index.js", | ||
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)", | ||
|