mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-20 17:26:25 +08:00
Build update
This commit is contained in:
parent
b43892bf19
commit
6c8b66291c
@ -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
1
build/index.d.ts
vendored
@ -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;
|
||||||
|
@ -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,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user