fix(core): update
This commit is contained in:
parent
eb9cae4be3
commit
6ff92ff880
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartntml',
|
||||
version: '1.0.6',
|
||||
version: '1.0.7',
|
||||
description: 'lit-html for the backend'
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ export class Smartntml {
|
||||
}
|
||||
|
||||
// INSTANCE
|
||||
render: typeof litTypes.render;
|
||||
private render: typeof litTypes.render;
|
||||
html: typeof litTypes.html;
|
||||
|
||||
constructor() {
|
||||
|
Loading…
Reference in New Issue
Block a user