Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: add root to config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 18, 2018
1 parent 0a3fed4 commit ad1ca73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type PlatformTypes = 'darwin' | 'linux' | 'win32' | 'aix' | 'freebsd' | '
export type ArchTypes = 'arm' | 'arm64' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x32' | 'x64' | 'x86'

export interface IConfigBase {
root: string
arch: string
bin: string
cacheDir: string
Expand Down

0 comments on commit ad1ca73

Please sign in to comment.