Compare commits

...

2 Commits

Author SHA1 Message Date
da79e623cc 1.0.95 2021-09-16 16:49:24 +02:00
3ca6b5e34e fix(core): update 2021-09-16 16:49:24 +02:00
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@designestate/dees-domtools",
"version": "1.0.94",
"version": "1.0.95",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@designestate/dees-domtools",
"version": "1.0.94",
"version": "1.0.95",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.56",

View File

@ -1,6 +1,6 @@
{
"name": "@designestate/dees-domtools",
"version": "1.0.94",
"version": "1.0.95",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",

View File

@ -15,5 +15,6 @@ import * as allPlugins from './domtools.plugins';
export const plugins = {
smartdelay: allPlugins.smartdelay,
smartpromise: allPlugins.smartpromise,
SweetScroll: allPlugins.SweetScroll
SweetScroll: allPlugins.SweetScroll,
smartstate: allPlugins.smartstate
};