Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f2e858d0b8 | |||
83a78a2c97 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@designestate/dees-domtools",
|
||||
"version": "2.0.24",
|
||||
"version": "2.0.25",
|
||||
"private": false,
|
||||
"description": "tools to simplify complex css structures",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-domtools',
|
||||
version: '2.0.24',
|
||||
version: '2.0.25',
|
||||
description: 'tools to simplify complex css structures'
|
||||
}
|
||||
|
@ -88,6 +88,7 @@ export class DomTools {
|
||||
public convenience = {
|
||||
typedrequest: plugins.typedrequest,
|
||||
smartdelay: plugins.smartdelay,
|
||||
smartjson: plugins.smartjson,
|
||||
};
|
||||
|
||||
public deesComms = new plugins.deesComms.DeesComms();
|
||||
|
Reference in New Issue
Block a user