Build update

This commit is contained in:
Francisco Hodge 2019-05-16 19:38:38 -04:00
parent ad4af7cde0
commit 69706bd8f6
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.21.1
* simple-keyboard v2.21.2
* 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

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.21.1 (Non-minified build)
* simple-keyboard v2.21.2 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

2
build/index.d.ts vendored
View File

@ -1,7 +1,7 @@
declare module 'simple-keyboard' {
interface KeyboardLayoutObject {
default: string[];
shift?: string[];
shift?: any;
[key: string]: string[];
}

View File

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

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.21.1 (Non-minified build)
* simple-keyboard v2.21.2 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)