fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-domtools',
|
||||
version: '2.0.55',
|
||||
version: '2.0.56',
|
||||
description: 'tools to simplify complex css structures'
|
||||
}
|
||||
|
@ -11,6 +11,7 @@ export { typedrequest };
|
||||
// pushrocks scope
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smartmarkdown from '@push.rocks/smartmarkdown';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrouter from '@push.rocks/smartrouter';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
@ -34,6 +35,7 @@ export {
|
||||
lik,
|
||||
smartdelay,
|
||||
smartjson,
|
||||
smartmarkdown,
|
||||
smartpromise,
|
||||
smartrouter,
|
||||
smartrx,
|
||||
|
@ -13,6 +13,7 @@ import * as allPlugins from './domtools.plugins.js';
|
||||
|
||||
export const plugins = {
|
||||
smartdelay: allPlugins.smartdelay,
|
||||
smartmarkdown: allPlugins.smartmarkdown,
|
||||
smartpromise: allPlugins.smartpromise,
|
||||
SweetScroll: allPlugins.SweetScroll,
|
||||
smartstate: allPlugins.smartstate,
|
||||
|
Reference in New Issue
Block a user