fix(core): update
This commit is contained in:
parent
385cab0b1b
commit
bd4fab872f
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-domtools',
|
||||
version: '2.0.54',
|
||||
version: '2.0.55',
|
||||
description: 'tools to simplify complex css structures'
|
||||
}
|
||||
|
@ -20,3 +20,10 @@ export const plugins = {
|
||||
smarturl: allPlugins.smarturl,
|
||||
typedrequest: allPlugins.typedrequest,
|
||||
};
|
||||
|
||||
// type exports
|
||||
import type { rxjs } from '@push.rocks/smartrx';
|
||||
|
||||
export type {
|
||||
rxjs,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user