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:
@@ -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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user