-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.4.1](v6.4.0...v6.4.1) (2022-09-19) ### Bug Fixes * pass integrity value ([63d86be](63d86be))
- Loading branch information
1 parent
63d86be
commit 0013121
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 |
---|---|---|
|
@@ -56,6 +56,7 @@ | |
"Kim Joar Bekkelund <[email protected]>", | ||
"Matthias Oßwald <[email protected]>", | ||
"Nick Malaguti <[email protected]>", | ||
"falsandtru <[email protected]>", | ||
"joshjb84 <[email protected]>", | ||
"vivganes <[email protected]>", | ||
"Andrew Martin <[email protected]>", | ||
|
@@ -75,7 +76,6 @@ | |
"Pieter Mees <[email protected]>", | ||
"Sergei Startsev <[email protected]>", | ||
"Tobias Speicher <[email protected]>", | ||
"falsandtru <[email protected]>", | ||
"pavelgj <[email protected]>", | ||
"sylvain-hamel <[email protected]>", | ||
"ywong <[email protected]>", | ||
|
@@ -500,7 +500,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|