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

View File

@@ -1,10 +1,10 @@
/// <reference types="q" />
import "typings-global";
import * as plugins from "./npmci.plugins";
import 'typings-global';
import * as plugins from './npmci.plugins';
/**
* type of supported services
*/
export declare type TPubService = "npm" | "docker";
export declare type TPubService = 'npm' | 'docker';
/**
* the main exported publish function.
* @param pubServiceArg references targeted service to publish to