improve Readme

This commit is contained in:
LosslessBot
2016-07-06 06:33:31 +02:00
parent 03edcd9e03
commit 48a1429332
18 changed files with 185 additions and 27 deletions

View File

@ -1,3 +1,6 @@
import "typings-global";
export import cert = require("cert");
export import path = require("path");
export import q = require("q");
export let shelljs = require("shelljs");
export import smartfile = require("smartfile");