now using node request

This commit is contained in:
2016-06-01 07:18:30 +02:00
parent 9e640e63d7
commit 9d3102583d
6 changed files with 8 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ import "typings-global";
export import beautylog = require("beautylog");
export let commander = require("commander");
export let q = require("q");
export let request = require("request");
export let shelljs = require("shelljs");
export let smartssh = require("smartssh");
export import smartfile = require("smartfile");