1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-04-06 05:35:54 +02:00
This commit is contained in:
Jan Andrle 2025-03-10 16:08:15 +01:00
parent 4675f95e3c
commit 27468701e8
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB

View File

@ -36,7 +36,8 @@
"files": [ "files": [
"*.js", "*.js",
"*.d.ts", "*.d.ts",
"src" "src",
"tsconfig.json"
], ],
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -100,6 +101,5 @@
"jshint": "~2.13", "jshint": "~2.13",
"nodejsscript": "^1.0.2", "nodejsscript": "^1.0.2",
"size-limit-node-esbuild": "~0.3" "size-limit-node-esbuild": "~0.3"
}, }
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }