update structure
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@ -3,10 +3,6 @@ import SmartstringGit = require("./smartstring.git");
|
||||
import SmartstringDocker = require("./smartstring.docker");
|
||||
import SmartstringTypescript = require("./smartstring.typescript");
|
||||
|
||||
let smartstring = {
|
||||
git : SmartstringGit.git,
|
||||
docker: SmartstringDocker,
|
||||
typescript: SmartstringTypescript
|
||||
};
|
||||
|
||||
export = smartstring;
|
||||
export let git = SmartstringGit.git;
|
||||
export let docker = SmartstringDocker;
|
||||
export let typescript = SmartstringTypescript;
|
@ -1,6 +1,3 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
let plugins = {
|
||||
beautylog: require("beautylog")
|
||||
};
|
||||
|
||||
export = plugins;
|
||||
export import beautylog = require("beautylog");
|
Reference in New Issue
Block a user