mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-29 07:00:16 +02:00
💥 customElement (#11)
* 🎉 * Update customElement.js * 💥 `observedAttributes`
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "deka-dom-el",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.6",
|
||||
"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",
|
||||
@@ -46,6 +46,7 @@
|
||||
"browser": true,
|
||||
"undef": "true",
|
||||
"latedef": "true",
|
||||
"-W014": true,
|
||||
"maxparams": 5,
|
||||
"maxdepth": 3,
|
||||
"maxcomplexity": 14,
|
||||
@@ -58,7 +59,7 @@
|
||||
"size-limit": [
|
||||
{
|
||||
"path": "./index.js",
|
||||
"limit": "9.75 kB",
|
||||
"limit": "9.85 kB",
|
||||
"gzip": false,
|
||||
"brotli": false
|
||||
|
||||
|
Reference in New Issue
Block a user