Skip to content

Commit

Permalink
Explicitly import process (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and sindresorhus committed Jul 19, 2021
1 parent 9cc1842 commit eae1275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'process'; // eslint-disable-line node/prefer-global/process
import os from 'os';
import tty from 'tty';
import hasFlag from 'has-flag';
Expand Down

0 comments on commit eae1275

Please sign in to comment.