This commit is contained in:
2016-11-24 23:21:40 +01:00
parent 09c7dae079
commit 299d2567f8
44 changed files with 664 additions and 608 deletions

6
dist/npmci.config.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="q" />
import * as q from 'q';
export interface INpmciOptions {
globalNpmTools: string[];
}
export declare let getConfig: () => q.Promise<INpmciOptions>;