mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 10:36:17 +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
|
||||
*
|
||||
* 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 SimpleKeyboard from "./components/Keyboard";
|
||||
export * from "./interfaces";
|
||||
export { SimpleKeyboard };
|
||||
export default SimpleKeyboard;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.6.38
|
||||
* simple-keyboard v3.6.39
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|
||||
|
Loading…
Reference in New Issue
Block a user