Skip to content

Commit 55399bd

Browse files
committed
chore(deps): remove esm.sh version pin
1 parent 32ca201 commit 55399bd

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

_tools/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const makeOptions = (version: string): BuildOptions => ({
4444
},
4545
},
4646
mappings: {
47-
"https://esm.sh/v110/[email protected]": {
47+
"https://esm.sh/[email protected]": {
4848
name: "compressible",
4949
version: "2.0.18",
5050
},

deno.lock

Lines changed: 3 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export {
1616
isIterable,
1717
isNull,
1818
} from "https://deno.land/x/[email protected]/mod.ts";
19-
export { default as compressible } from "https://esm.sh/v110/[email protected]";
19+
export { default as compressible } from "https://esm.sh/[email protected]";
2020
export { vary } from "https://deno.land/x/[email protected]/mod.ts";

0 commit comments

Comments
 (0)