Build update

This commit is contained in:
Francisco Hodge 2018-10-31 19:48:25 -04:00
parent 824c3578d0
commit 922ce24eb7
4 changed files with 6 additions and 6 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.7.3",
"version": "2.7.4",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"scripts": {
@ -9,7 +9,7 @@
"demo": "node scripts/demo.js",
"test": "node scripts/test.js --env=jsdom",
"postinstall": "node bin/postinstall",
"prepublish": "npm run docs && npm run build",
"prepublish": "npm run build",
"docs": "esdoc"
},
"repository": {