Skip to content

Commit 6febd5e

Browse files
jankapunktdhensby
andauthored
Update docs/build-api.js
Co-authored-by: Daniel Hensby <[email protected]>
1 parent b5ef99d commit 6febd5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build-api.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { promises: fs } = require('fs');
2-
const path = require('path');
3-
const { execFileSync } = require('child_process');
1+
const { promises: fs } = require('node:fs');
2+
const path = require('node:path');
3+
const { execFileSync } = require('node:child_process');
44
const glob = require('glob');
55

66
(async function () {

0 commit comments

Comments
 (0)