4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-20 02:57:03 +08:00
This commit is contained in:
Francisco Hodge 2018-06-08 09:57:53 -04:00
parent 41c87430ff
commit 1aafdeee0a
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.1.7",
"version": "2.1.8",
"description": "On-screen Virtual Keyboard",
"main": "build/index.js",
"scripts": {

@ -172,3 +172,4 @@ class SimpleKeyboard {
}
export default SimpleKeyboard;
export {SimpleKeyboard};