Build update

This commit is contained in:
Francisco Hodge 2020-03-12 23:36:59 +00:00
parent 64072f1e36
commit d3236da2c4
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.28.28
* simple-keyboard v2.28.29
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

File diff suppressed because one or more lines are too long

2
build/index.d.ts vendored
View File

@ -192,7 +192,7 @@ declare module 'simple-keyboard' {
class Keyboard {
constructor(selector: string, options: KeyboardOptions);
constructor(selector: HTMLDivElement, options: KeyboardOptions)
constructor(selector: HTMLDivElement, options: KeyboardOptions);
constructor(options: KeyboardOptions);
/**

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.28.28
* simple-keyboard v2.28.29
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)