Skip to content

Commit

Permalink
Disable patching elm/core because of #1
Browse files Browse the repository at this point in the history
  • Loading branch information
marc136 committed May 22, 2023
1 parent 0c0c09a commit 6baf027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fs, isWindows, path, streams, Untar } from "./deps.ts";
export const knownPatches: Readonly<Record<string, string[]>> = {
"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"],
Expand Down

0 comments on commit 6baf027

Please sign in to comment.