fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-domtools',
|
||||
version: '2.0.56',
|
||||
version: '2.0.57',
|
||||
description: 'tools to simplify complex css structures'
|
||||
}
|
||||
|
@ -16,6 +16,7 @@ import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrouter from '@push.rocks/smartrouter';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as smartstate from '@push.rocks/smartstate';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
import * as smarturl from '@push.rocks/smarturl';
|
||||
import * as webrequest from '@push.rocks/webrequest';
|
||||
import * as websetup from '@push.rocks/websetup';
|
||||
@ -41,6 +42,7 @@ export {
|
||||
smartrx,
|
||||
smarturl,
|
||||
smartstate,
|
||||
smartstring,
|
||||
webrequest,
|
||||
websetup,
|
||||
webstore,
|
||||
|
@ -18,6 +18,7 @@ export const plugins = {
|
||||
SweetScroll: allPlugins.SweetScroll,
|
||||
smartstate: allPlugins.smartstate,
|
||||
smartrx: allPlugins.smartrx,
|
||||
smartstring: allPlugins.smartstring,
|
||||
smarturl: allPlugins.smarturl,
|
||||
typedrequest: allPlugins.typedrequest,
|
||||
};
|
||||
|
Reference in New Issue
Block a user