feat(core): update to newest gitzone package format

This commit is contained in:
2018-01-27 18:11:11 +01:00
parent a6eaf78c80
commit 5ff74aea88
21 changed files with 271 additions and 325 deletions

View File

@@ -1,9 +1,9 @@
import * as plugins from './lik.plugins'
import * as plugins from "./lik.plugins";
// import modules
export * from './lik.looptracker'
export * from './lik.objectmap'
export * from './lik.stringmap'
export * from './lik.limitedarray'
export * from './lik.tree'
export * from "./lik.looptracker";
export * from "./lik.objectmap";
export * from "./lik.stringmap";
export * from "./lik.limitedarray";
export * from "./lik.tree";