Skip to content

Commit

Permalink
fix(mime): revert jpeg extension overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 6, 2024
1 parent 1d70c04 commit cc8ee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/mime/src/generated.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// thing:no-export
/**
* generated @ 2024-02-17T12:09:59.003Z - DO NOT EDIT!
* generated @ 2024-03-06T07:29:07.234Z - DO NOT EDIT!
*
* @internal
*/
Expand Down Expand Up @@ -421,7 +421,7 @@ export const DB: Record<string, Record<string, string>> = {
ief: "ief",
jls: "jls",
jp2: "jp2,jpg2",
jpeg: "jpg,jpeg,jpe",
jpeg: "jpeg,jpg,jpe",
jph: "jph",
jphc: "jhc",
jpm: "jpm,jpgm",
Expand Down
1 change: 0 additions & 1 deletion packages/mime/tools/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const dest: IObjectOf<IObjectOf<string>> = {
aac: "aac,adts",
},
image: {
jpeg: "jpg,jpeg,jpe",
// https://github.com/phoboslab/qoi/issues/167
qoi: "qoi",
// http://fileformats.archiveteam.org/wiki/Radiance_HDR
Expand Down

0 comments on commit cc8ee6f

Please sign in to comment.