Build update

This commit is contained in:
Francisco Hodge 2023-08-02 14:17:59 +00:00
parent b43892bf19
commit 6c8b66291c
4 changed files with 4 additions and 3 deletions

View File

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

1
build/index.d.ts vendored
View File

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

View File

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

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v3.6.38 (index.modern.js - Modern Browsers bundle) * simple-keyboard v3.6.39 (index.modern.js - Modern Browsers bundle)
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills