1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00

🚀 use native listeners & scope

This commit is contained in:
2023-10-09 13:49:38 +02:00
parent 7417565fa5
commit ebbb76e9a0
12 changed files with 668 additions and 579 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.3.0",
"version": "0.4.0",
"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
@@ -71,8 +71,8 @@
"gzip": false
},
{
"path": "./test/components/webComponent.js",
"limit": "10kb",
"path": "./examples/components/webComponent.js",
"limit": "11kb",
"gzip": false
}
],