build update

This commit is contained in:
Francisco Hodge 2018-10-24 20:27:29 -04:00
parent 222629abdd
commit 3070479369
7 changed files with 10 additions and 7 deletions

View File

@ -17,6 +17,9 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
/.github
/demo
.esdoc.json
# Development folders and files # Development folders and files
public public

View File

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

View File

@ -1,6 +1,6 @@
/*! /*!
* *
* simple-keyboard v2.6.6 * simple-keyboard v2.6.7
* https://github.com/hodgef/simple-keyboard * https://github.com/hodgef/simple-keyboard
* *
* Copyright (c) Francisco Hodge (https://github.com/hodgef) * 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 @@
{ {
"name": "simple-keyboard", "name": "simple-keyboard",
"version": "2.6.6", "version": "2.6.7",
"description": "On-screen Javascript Virtual Keyboard", "description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js", "main": "build/index.js",
"scripts": { "scripts": {
@ -9,7 +9,7 @@
"demo": "node scripts/demo.js", "demo": "node scripts/demo.js",
"test": "node scripts/test.js --env=jsdom", "test": "node scripts/test.js --env=jsdom",
"postinstall": "node bin/postinstall", "postinstall": "node bin/postinstall",
"prepublish": "npm run build", "prepublish": "npm run docs && npm run build",
"docs": "esdoc" "docs": "esdoc"
}, },
"repository": { "repository": {

View File

@ -49,7 +49,7 @@ class App {
} }
/** /**
* * Handles shift functionality
*/ */
handleShiftButton = () => { handleShiftButton = () => {
let layoutName = this.layoutName; let layoutName = this.layoutName;