fix(build): modernize project configuration, dependencies, and node-based test setup
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartntml',
|
||||
version: '2.0.8',
|
||||
version: '2.0.9',
|
||||
description: 'Provides lit-html rendering capabilities for backend applications.'
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
// @ts-ignore
|
||||
import './instrument/happydom.js';
|
||||
import { Smartntml } from './classes.smartntml.js';
|
||||
export { Smartntml };
|
||||
import * as deesElement from '@design.estate/dees-element';
|
||||
export { deesElement };
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// @pushrocks scope
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
|
||||
export { smartpromise };
|
||||
|
||||
// designestate
|
||||
import * as deesElement from '@design.estate/dees-element';
|
||||
|
||||
export { deesElement };
|
||||
|
||||
// third party scope
|
||||
|
||||
Reference in New Issue
Block a user