Export keyboard

This commit is contained in:
Serhii Zasenko 2025-09-23 21:04:59 +03:00
parent 44b7489e73
commit dffa27df86
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"