remove beautylog dependency

This commit is contained in:
2017-01-21 11:51:30 +01:00
parent 7de17bbefa
commit ead69f3bb9
10 changed files with 98 additions and 104 deletions

View File

@@ -1,5 +1,4 @@
import "typings-global";
export import beautylog = require("beautylog");
export let lodash = require("lodash");
export import path = require("path");
export import smartfile = require("smartfile");
import 'typings-global';
export let lodash = require('lodash');
export import path = require('path');
export import smartfile = require('smartfile')