more docker

This commit is contained in:
2016-06-05 04:48:39 +02:00
parent 51334c297d
commit 6b72652c7a
14 changed files with 111 additions and 47 deletions

View File

@@ -1,9 +1,11 @@
import "typings-global";
export import beautylog = require("beautylog");
export declare let commander: any;
export declare let gulp: any;
export import path = require("path");
export declare let q: any;
export declare let request: any;
export declare let shelljs: any;
export declare let smartssh: any;
export import smartssh = require("smartssh");
export import smartstring = require("smartstring");
export import smartfile = require("smartfile");