Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7281760ac | |||
1c8fef7a07 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartntml",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"private": false,
|
||||
"description": "lit-html for the backend",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartntml',
|
||||
version: '2.0.3',
|
||||
version: '2.0.4',
|
||||
description: 'lit-html for the backend'
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user