Skip to content

Commit

Permalink
Fix #85
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jul 3, 2024
1 parent f6b607d commit ac6df61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/make-index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env node
import { parseArgs } from 'util';
import { statSync, readdirSync, writeFileSync } from 'fs';
import { join } from 'path/posix';
import { relative, resolve } from 'path';
import { readdirSync, statSync, writeFileSync } from 'fs';
import { minimatch } from 'minimatch';
import { join, relative, resolve } from 'path/posix';
import { parseArgs } from 'util';

const { values: options, positionals } = parseArgs({
options: {
Expand Down

0 comments on commit ac6df61

Please sign in to comment.