Skip to content

Commit

Permalink
retire.js Update 2023-09-02
Browse files Browse the repository at this point in the history
Updates based on RetireJS/retire.js@bc0bac2

Signed-off-by: zapbot <[email protected]>
  • Loading branch information
zapbot committed Sep 2, 2023
1 parent 8771842 commit 60b9c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions addOns/retire/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Changed
- Updated with upstream retire.js pattern changes.



## [0.25.0] - 2023-08-14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3780,7 +3780,7 @@
"extractors": {
"uri": ["/jszip[/@](§§version§§)/.*\\.js"],
"filename": ["jszip-(§§version§§)(\\.min)?\\.js"],
"filecontent": ["/\\*![ \n]+JSZip v(§§version§§) "],
"filecontent": ["/\\*![\\s]+JSZip v(§§version§§) "],
"func": ["JSZip && JSZip.version"]
}
},
Expand Down

0 comments on commit 60b9c10

Please sign in to comment.