Skip to content

Commit

Permalink
Use node: protocol for builtins.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcgrtz committed Nov 25, 2022
1 parent 5273b18 commit 665ff29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const path = require('path');
const process = require('process');
const path = require('node:path');
const process = require('node:process');

const pico = require('picocolors');
const logSymbols = require('log-symbols');
const plur = require('plur');
Expand Down

0 comments on commit 665ff29

Please sign in to comment.