Skip to content

Commit

Permalink
fix: print config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry committed Feb 13, 2024
1 parent 1b3c29e commit d05b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import inquirer from 'inquirer'
import { bun, npm, RegistryManager, yarn } from './registryManager'
import chalk from 'chalk'
import { printTable } from './print'
import highlight from 'cli-highlight'
import { highlight } from 'cli-highlight'

const managers: Record<string, RegistryManager> = {
npm,
Expand Down

0 comments on commit d05b0d4

Please sign in to comment.