Skip to content

Commit b76fffc

Browse files
committed
chore: use more specific import
Signed-off-by: Sebastian Davids <[email protected]>
1 parent eafd658 commit b76fffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/web/minify_json_tags.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import * as htmlparser2 from 'htmlparser2';
88
import { findAll, findOne, replaceElement, textContent } from 'domutils';
9-
import { access, readFile, writeFile } from 'fs/promises';
9+
import { access, readFile, writeFile } from 'node:fs/promises';
1010
import { relative } from 'node:path';
1111
import { cwd } from 'node:process';
1212
import { render } from 'dom-serializer';

0 commit comments

Comments
 (0)