fix(core): update
This commit is contained in:
parent
71396208ee
commit
1c8fef7a07
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartntml',
|
name: '@pushrocks/smartntml',
|
||||||
version: '2.0.3',
|
version: '2.0.4',
|
||||||
description: 'lit-html for the backend'
|
description: 'lit-html for the backend'
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import './instrument/happydom.js';
|
import './instrument/happydom.js';
|
||||||
import * as plugins from './smartntml.plugins.js';
|
import * as plugins from './smartntml.plugins.js';
|
||||||
|
|
||||||
const deesElement = plugins.deesElement;
|
import * as deesElement from '@designestate/dees-element';
|
||||||
export { deesElement };
|
export { deesElement };
|
||||||
|
|
||||||
export class Smartntml {
|
export class Smartntml {
|
||||||
|
Loading…
Reference in New Issue
Block a user