fix(core): update

This commit is contained in:
Philipp Kunz 2023-05-01 14:02:25 +02:00
parent 71396208ee
commit 1c8fef7a07
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartntml',
version: '2.0.3',
version: '2.0.4',
description: 'lit-html for the backend'
}

View File

@ -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 {