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

View File

@ -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": {

View File

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