fix(package): correct path for demotools export in package.json

This commit is contained in:
Juergen Kunz
2025-06-16 15:05:43 +00:00
parent 0709267bd5
commit 0cd84b28b4

View File

@ -5,7 +5,7 @@
"description": "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.",
"exports": {
".": "./dist_ts_web/index.js",
"./demotools": "./dist_ts_demotools"
"./demotools": "./dist_ts_demotools/index.js"
},
"type": "module",
"scripts": {