Build update

This commit is contained in:
Francisco Hodge 2018-10-16 17:31:23 -04:00
parent 3c5b94abf8
commit 0f0ee2233e
5 changed files with 1029 additions and 54 deletions

View File

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

File diff suppressed because one or more lines are too long

1065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-keyboard", "name": "simple-keyboard",
"version": "2.5.11", "version": "2.6.0",
"description": "On-screen Javascript Virtual Keyboard", "description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js", "main": "build/index.js",
"scripts": { "scripts": {
@ -48,6 +48,8 @@
"copy-webpack-plugin": "^4.3.1", "copy-webpack-plugin": "^4.3.1",
"css-loader": "0.28.7", "css-loader": "0.28.7",
"dotenv": "4.0.0", "dotenv": "4.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "4.10.0", "eslint": "4.10.0",
"eslint-config-react-app": "^2.0.1", "eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0", "eslint-loader": "1.9.0",
@ -59,6 +61,9 @@
"file-loader": "1.1.5", "file-loader": "1.1.5",
"fs-extra": "3.0.1", "fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0", "html-webpack-plugin": "2.29.0",
"istanbul": "^0.4.5",
"istanbul-api": "^2.0.6",
"istanbul-reports": "^2.0.1",
"jest": "20.0.4", "jest": "20.0.4",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0", "postcss-flexbugs-fixes": "3.2.0",
@ -79,7 +84,8 @@
}, },
"jest": { "jest": {
"collectCoverageFrom": [ "collectCoverageFrom": [
"src/**/*.{js,jsx,mjs}" "src/**/*.{js,jsx,mjs}",
"!**/tests/**"
], ],
"setupFiles": [ "setupFiles": [
"<rootDir>/config/polyfills.js" "<rootDir>/config/polyfills.js"