Skip to content

Commit

Permalink
Update src/generators/legacy-json-all/index.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Augustin Mauroy <[email protected]>
  • Loading branch information
flakey5 and AugustinMauroy authored Sep 6, 2024
1 parent 8ccc784 commit a6cfff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/legacy-json-all/index.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

import { writeFile } from 'fs/promises';
import { join } from 'path';
import { writeFile } from 'node:fs/promises';
import { join } from 'node:path';

/**
* @typedef {Array<import('../types.d.ts').Section[]>} Input
Expand Down

0 comments on commit a6cfff7

Please sign in to comment.