forked from karma-runner/karma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.3.20](karma-runner/karma@v6.3.19...v6.3.20) (2022-05-13) ### Bug Fixes * prefer IPv4 addresses when resolving domains ([e17698f](karma-runner@e17698f)), closes [karma-runner#3730](karma-runner#3730)
- Loading branch information
1 parent
5b44642
commit 0bbbab9
Showing
3 changed files
with
10 additions
and
3 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
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 |
---|---|---|
|
@@ -29,8 +29,8 @@ | |
"Yaroslav Admin <[email protected]>", | ||
"greenkeeperio-bot <[email protected]>", | ||
"Karma Bot <[email protected]>", | ||
"Maksim Ryzhikov <[email protected]>", | ||
"semantic-release-bot <[email protected]>", | ||
"Maksim Ryzhikov <[email protected]>", | ||
"ukasz Usarz <[email protected]>", | ||
"Christian Budde Christensen <[email protected]>", | ||
"Wesley Cho <[email protected]>", | ||
|
@@ -499,7 +499,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.19", | ||
"version": "6.3.20", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|