From 178e21e247ee43ba3cd0ca3eb8c11067b8912a46 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Thu, 21 Oct 2021 08:06:23 +0000 Subject: [PATCH] Build update --- babel.config.js | 35 +++++++++++++++++++---------------- build/css/index.css | 2 +- build/index.js | 2 +- build/index.modern.js | 2 +- 4 files changed, 22 insertions(+), 19 deletions(-) diff --git a/babel.config.js b/babel.config.js index 05a17550..31dbebef 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,22 +1,25 @@ module.exports = { presets: [ - ["@babel/env", { - corejs:"3", - useBuiltIns: 'usage', - "targets": { - "browsers": [ - "edge >= 16", - "safari >= 9", - "firefox >= 57", - "ie >= 11", - "ios >= 9", - "chrome >= 49" - ] + [ + "@babel/env", + { + corejs: "3", + useBuiltIns: "usage", + targets: { + browsers: [ + "edge >= 16", + "safari >= 9", + "firefox >= 57", + "ie >= 11", + "ios >= 9", + "chrome >= 49", + ], + }, }, - }] + ], ], plugins: [ ["@babel/plugin-proposal-class-properties"], - ["@babel/plugin-transform-typescript"] - ] -}; \ No newline at end of file + ["@babel/plugin-transform-typescript"], + ], +}; diff --git a/build/css/index.css b/build/css/index.css index 708dd5b4..062f0262 100644 --- a/build/css/index.css +++ b/build/css/index.css @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.3.6 + * simple-keyboard v3.3.7 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. diff --git a/build/index.js b/build/index.js index 570759ff..73cb1aee 100644 --- a/build/index.js +++ b/build/index.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.3.6 + * simple-keyboard v3.3.7 * https://github.com/hodgef/simple-keyboard * * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors. diff --git a/build/index.modern.js b/build/index.modern.js index 3718aa05..c9e1e7a4 100644 --- a/build/index.modern.js +++ b/build/index.modern.js @@ -1,6 +1,6 @@ /*! * - * simple-keyboard v3.3.6 (index.modern.js - Modern Browsers bundle) + * simple-keyboard v3.3.7 (index.modern.js - Modern Browsers bundle) * https://github.com/hodgef/simple-keyboard * * NOTE: This modern browsers bundle (index.modern.js) removes all polyfills