From dba5b339529cd06585ade9a588364b712b4ddc3b Mon Sep 17 00:00:00 2001 From: Max Duval Date: Thu, 16 Mar 2023 15:29:46 +0000 Subject: [PATCH] chore: bump standard library version --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index 225718a..be2db16 100644 --- a/mod.ts +++ b/mod.ts @@ -38,7 +38,7 @@ import { createCache, type FetchCacher, } from "https://deno.land/x/deno_cache@0.4.1/mod.ts"; -import { resolve, toFileUrl } from "https://deno.land/std@0.140.0/path/mod.ts"; +import { resolve, toFileUrl } from "https://deno.land/std@0.180.0/path/mod.ts"; /** The output of the {@linkcode bundle} function. */ export interface BundleEmit {