now has uptodate dependencies

This commit is contained in:
LosslessBot
2016-05-01 22:26:01 +02:00
parent 995161dd54
commit 94c0663980
2 changed files with 5 additions and 5 deletions

View File

@ -25,6 +25,6 @@ export let smartcli = require("smartcli");
export let smartcov = require("smartcov");
export let smartenv = require("smartenv");
export let smartfile = require("smartfile");
export let smartpath = require("smartpath");
export let smartstring = require("smartstring");
export import smartpath = require("smartpath");
export import smartstring = require("smartstring");
export let sourceMapSupport = require("source-map-support").install(); // this is required to display errors correctly during testing