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

🧱 add jsdom support

This commit is contained in:
2023-09-05 11:01:29 +02:00
parent 0090f534b1
commit ec169ca740
4 changed files with 25 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.1.0",
"version": "0.1.1",
"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",
@@ -19,6 +19,9 @@
".": {
"import": "./index.js"
},
"./jsdom": {
"import": "./src/jsdom.js"
},
"./signals": {
"import": "./src/signals.js"
},
@@ -31,6 +34,9 @@
".": [
"./index.d.ts"
],
"./jsdom": [
"./src/jsdom.d.ts"
],
"./signals": [
"./src/signals.d.ts"
],