fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-12 18:53:19 +02:00
parent 78051a5577
commit 0394a656cc
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-element',
version: '2.0.14',
version: '2.0.15',
description: 'a custom element class extending lit element class'
}

View File

@ -7,6 +7,9 @@ export { customElement } from 'lit/decorators/custom-element.js';
export { property, state, query, queryAll, queryAsync } from 'lit/decorators.js';
export { until } from 'lit/directives/until.js';
export { asyncAppend } from 'lit/directives/async-append.js';
// domtools exports
import * as domtools from '@designestate/dees-domtools';
export { domtools };