feat(core): update to newest gitzone package format
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user