small structure update

This commit is contained in:
2016-02-18 13:16:12 +01:00
parent b79c5fa293
commit ef00c0d180
8 changed files with 13 additions and 26 deletions

View File

@ -1,3 +1,7 @@
/// <reference path="typings/main.d.ts" />
export var beautylog = require("beautylog");
export var _ = require("lodash");
var plugins = {
beautylog: require("beautylog"),
_: require("lodash")
};
export = plugins;