Build update

This commit is contained in:
Francisco Hodge 2022-09-30 02:39:35 +00:00
parent 8094fcd004
commit 50486c8004
6 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.4.165
* simple-keyboard v3.4.166
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

1
build/index.d.ts vendored
View File

@ -1,3 +1,4 @@
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export { SimpleKeyboard };
export default SimpleKeyboard;

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,3 @@
import SimpleKeyboard from "./components/Keyboard";
export { SimpleKeyboard };
export default SimpleKeyboard;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long