fix(core): update

This commit is contained in:
2018-12-09 02:50:00 +01:00
parent a1876963a8
commit 74c1324e55
2 changed files with 24 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import { KeyValueStore } from '@pushrocks/npmextra';
export interface INpmciOptions {
npmGlobalTools: string[];
npmAccessLevel?: 'private' | 'public';
npmRegistryUrl?: string;
dockerRegistryRepoMap: any;
dockerBuildargEnvMap: any;
}