Test: Fix plugin ID and slot registration

This commit is contained in:
Troed Sångberg
2026-06-13 21:00:38 +02:00
parent db92be7f44
commit a161a54aaa
3 changed files with 227 additions and 10 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "oc-tps",
"version": "0.0.6",
"name": "@troed/oc-ls-stats",
"version": "0.0.17",
"type": "module",
"exports": {
".": {
"import": "./tui.tsx"
},
"./tui": {
"import": "./tui.tsx"
}