Skip to content

Commit

Permalink
fix(deno): fix broken import in deno dist files (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 14, 2022
1 parent 0075d00 commit 86faf2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"kinded",
"typeguard",
"typeguards",
"denoify",
"litecoin",
"monero",
"codesandbox",
Expand Down
3 changes: 2 additions & 1 deletion src/types/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { DeepMergeMergeFunctionsDefaults } from "@/deepmerge";
// eslint-disable-next-line import/no-relative-parent-imports -- use "@/deepmerge" once denoify can support it.
import type { DeepMergeMergeFunctionsDefaults } from "..";

import type { DeepMergeBuiltInMetaData } from "./merging";

Expand Down

0 comments on commit 86faf2a

Please sign in to comment.