diff --git a/cli.js b/cli.js index ce8d0ab..f006f09 100755 --- a/cli.js +++ b/cli.js @@ -1,6 +1,6 @@ #!/usr/bin/env node import parse from "node:path"; -import { process } from "node:process"; +import process from "node:process"; import chalk from "chalk"; import { globby } from "globby"; import meow from "meow"; @@ -63,4 +63,4 @@ if (files.length > 0) { } else { console.error(chalk.red("ERROR: I didn't find any json files")); process.exit(1); -} +} \ No newline at end of file