From 652dad3a7633577e5be107266be189e60a6a89e7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 19 Sep 2019 14:33:28 +0200 Subject: [PATCH] bootstrap upgrade, license --- .browserslistrc | 11 +++++++++++ .gitattributes | 15 +++++++++++++++ LICENSE | 21 +++++++++++++++++++++ package.json | 6 +++--- 4 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 .browserslistrc create mode 100644 .gitattributes create mode 100644 LICENSE diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..de247a91a --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,11 @@ +>= 1% +last 1 major version +not dead +Chrome >= 60 +Firefox >= 60 +Edge >= 15.15063 +Explorer 11 +iOS >= 10 +Safari >= 10 +Android >= 6 +not ExplorerMobile <= 11 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1091233a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +# Enforce Unix newlines +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.rb text eol=lf +*.scss text eol=lf +*.svg text eol=lf +*.txt text eol=lf +*.xml text eol=lf +*.yml text eol=lf + +# Don't diff or textually merge source maps +*.map binary diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..ec54a05c5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018-2019 The Tabler Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/package.json b/package.json index c62239d85..efdd6710f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ ], "homepage": "https://tabler.io", "devDependencies": { - "@babel/preset-env": "^7.6.0", + "@babel/preset-env": "7.6.0", "browser-sync": "2.26.7", "bundlesize": "0.17.2", "clean-css-cli": "4.3.0", @@ -68,7 +68,7 @@ "postcss-cli": "6.1.2", "rollup": "1.15.6", "rollup-plugin-babel": "4.3.2", - "rollup-plugin-babel-minify": "^9.0.0", + "rollup-plugin-babel-minify": "9.0.0", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-filesize": "6.2.0", "rollup-plugin-multi-input": "1.0.2", @@ -83,7 +83,7 @@ "dependencies": { "apexcharts": "3.8.0", "autosize": "4.0.2", - "bootstrap": "twbs/bootstrap#2f549ec", + "bootstrap": "twbs/bootstrap#129bb08", "imask": "5.1.5", "jquery": "3.4.1", "selectize": "0.12.6"