Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Import from deep_merge directly instead of the mod.ts to avoid pullin…
Browse files Browse the repository at this point in the history
…g in unnecessary code. (#24)
  • Loading branch information
Fil Maj authored Jul 19, 2022
1 parent 02f6fd9 commit 2ebc2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { deepMerge } from "https://deno.land/[email protected]/collections/mod.ts";
export { deepMerge } from "https://deno.land/[email protected]/collections/deep_merge.ts";
export { parse } from "https://deno.land/[email protected]/flags/mod.ts";
export { ensureDir } from "https://deno.land/[email protected]/fs/mod.ts";
export * as path from "https://deno.land/[email protected]/path/mod.ts";

0 comments on commit 2ebc2cf

Please sign in to comment.