Skip to content

Commit

Permalink
chore: use more specific import
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Jan 25, 2025
1 parent eafd658 commit b76fffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/web/minify_json_tags.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import * as htmlparser2 from 'htmlparser2';
import { findAll, findOne, replaceElement, textContent } from 'domutils';
import { access, readFile, writeFile } from 'fs/promises';
import { access, readFile, writeFile } from 'node:fs/promises';
import { relative } from 'node:path';
import { cwd } from 'node:process';
import { render } from 'dom-serializer';
Expand Down

0 comments on commit b76fffc

Please sign in to comment.