From 6baf027fdb73fac80e6e232b6bdea7d28a685e1c Mon Sep 17 00:00:00 2001 From: Marc Walter Date: Mon, 22 May 2023 22:23:39 +0200 Subject: [PATCH] Disable patching `elm/core` because of #1 --- deno/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno/mod.ts b/deno/mod.ts index 234116d..3fd444f 100644 --- a/deno/mod.ts +++ b/deno/mod.ts @@ -3,7 +3,7 @@ import { fs, isWindows, path, streams, Untar } from "./deps.ts"; export const knownPatches: Readonly> = { "bytes": ["1.0.8"], "browser": ["1.0.2"], - "core": ["1.0.5"], // TODO https://github.com/elm-janitor/apply-patches/issues/1 + // "core": ["1.0.5"], // TODO https://github.com/elm-janitor/apply-patches/issues/1 "file": ["1.0.5"], "http": ["2.0.0"], "json": ["1.1.3"],