fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-28 20:17:17 +02:00
parent fd8aa388ad
commit cd5cee545b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,6 +1,7 @@
import * as plugins from './smartntml.plugins.js'; import * as plugins from './smartntml.plugins.js';
import type * as litTypes from 'lit'; import type * as litTypes from 'lit';
export type { TemplateResult } from 'lit';
export class Smartntml { export class Smartntml {
// STATIC // STATIC