Skip to content

Commit d795e03

Browse files
committed
tweak
1 parent d546a8f commit d795e03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: deno.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/format/reencode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "node:fs";
22
import { pipeline } from "node:stream/promises";
3-
import iconv from "npm:iconv-lite";
3+
import iconv from "npm:iconv-lite@0.6";
44

55
/**
66
* Converts a file from one character encoding to another. Optimized for large CSV files.

0 commit comments

Comments
 (0)