From ad1ca73e0e44eff363766ae87d6972f0910a16ba Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Wed, 17 Jan 2018 21:12:59 -0800 Subject: [PATCH] fix: add root to config --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index e5f70511..d04b4c9f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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