Skip to content

Commit

Permalink
fix: use named export from defu
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2023
1 parent a8c95c5 commit b9401d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { resolve } from "node:path";
import { homedir } from "node:os";
import destr from "destr";
import flat from "flat";
import defu from "defu";
import { defu } from "defu";

const RE_KEY_VAL = /^\s*([^\s=]+)\s*=\s*(.*)?\s*$/;
const RE_LINES = /\n|\r|\r\n/;
Expand Down

0 comments on commit b9401d1

Please sign in to comment.