restructure

This commit is contained in:
2016-06-05 01:22:04 +02:00
parent 04a5b15668
commit c75e2b2e06
4 changed files with 10 additions and 7 deletions

View File

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