Skip to content

Commit

Permalink
bun: Fix Options type.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Nov 21, 2023
1 parent 1ae5551 commit 2109365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-managers/bun.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Options } from 'pacote'
import path from 'path'
import spawn from 'spawn-please'
import keyValueBy from '../lib/keyValueBy'
import programError from '../lib/programError'
import { Index } from '../types/IndexType'
import { NpmOptions } from '../types/NpmOptions'
import { Options } from '../types/Options'
import * as npm from './npm'

/** Spawn bun. */
Expand Down

0 comments on commit 2109365

Please sign in to comment.