improve info

This commit is contained in:
2016-01-25 20:24:59 +01:00
parent cac50f7099
commit e40a82e8c9
7 changed files with 46 additions and 6 deletions

View File

@@ -2,9 +2,11 @@
/// <reference path="./npmts.plugins.ts" />
/// <reference path="./npmts.cli.ts" />
/// <reference path="./npmts.paths.ts" />
/// <reference path="./npmts.info.ts" />
/// <reference path="./npmts.custom.ts" />
/// <reference path="./npmts.default.ts" />
var plugins = NpmtsPlugins.init();
var paths = NpmtsPaths.init();
NpmtsInfo.init();
NpmtsDefault.init();