update structure

This commit is contained in:
2016-06-21 21:08:04 +02:00
parent ac7160c3a3
commit 8dc75feb8d
5 changed files with 15 additions and 12 deletions

View File

@ -1,2 +1,3 @@
import * as smartcli from "smartcli";
import * as cflare from "cflare";
import * as cflare from "cflare";

View File

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