mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
chore(web): address review comments
This commit is contained in:
parent
9d2c23e0d3
commit
6cf378daf8
3 changed files with 9 additions and 11 deletions
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"check-coverage": false,
|
||||
"clean": true,
|
||||
"exclude-after-remap": true,
|
||||
"reporter": ["text", "text-summary"],
|
||||
"reports-dir": "../../../build/coverage/raw/engine/events",
|
||||
"src": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
|
|
@ -1 +1,9 @@
|
|||
export * from './main/index.js';
|
||||
/*
|
||||
* Keyman is copyright (C) SIL Global. MIT License.
|
||||
*
|
||||
* This file is present in order to provide a consistent file layout for
|
||||
* bundling; the export is not actually used by other modules; and has just been
|
||||
* chosen as a representative.
|
||||
*/
|
||||
|
||||
export { KeymanEngineBase } from './main/index.js';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue