diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 614611c..ca785a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartntml', - version: '2.0.3', + version: '2.0.4', description: 'lit-html for the backend' } diff --git a/ts/index.ts b/ts/index.ts index fa48155..531c2ae 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,7 @@ import './instrument/happydom.js'; import * as plugins from './smartntml.plugins.js'; -const deesElement = plugins.deesElement; +import * as deesElement from '@designestate/dees-element'; export { deesElement }; export class Smartntml {