Skip to content

Commit

Permalink
Rebuild lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Dec 4, 2023
1 parent e94031e commit 0090450
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 179 deletions.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import v8 from 'node:v8';
import arrify from 'arrify';
import figures from 'figures';
import yargs from 'yargs';
import {hideBin} from 'yargs/helpers'; // eslint-disable-line n/file-extension-in-import
import {hideBin} from 'yargs/helpers';

import {asyncEventIteratorFromApi} from './api-event-iterator.js';
import Api from './api.js';
Expand Down
Loading

0 comments on commit 0090450

Please sign in to comment.