update dependencies and structure

This commit is contained in:
2016-06-09 03:13:40 +02:00
parent 0618e46cd8
commit 040120d034
17 changed files with 95 additions and 56 deletions

View File

@@ -1,9 +1,5 @@
import "typings-global"
var plugins = {
path: require("path"),
Q: require("q"),
smartfile: require("smartfile"),
smartstring: require("smartstring")
};
export = plugins;
export let path = require("path");
export let Q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");