This commit is contained in:
Serhii Zasenko 2026-05-23 19:25:06 +02:00 committed by GitHub
commit 83e5c70aa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@
"docs/LIBRARY.md",
"docs/LICENSE*"
],
"exports": "./core/rfb.js",
"exports": {
".": "./core/rfb.js",
"./core/input/keyboard": "./core/input/keyboard.js"
},
"scripts": {
"lint": "eslint app core po/po2js po/xgettext-html tests utils",
"test": "karma start karma.conf.cjs"