Skip to content

Commit 652dad3

Browse files
committed
bootstrap upgrade, license
1 parent b1d8a01 commit 652dad3

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed

.browserslistrc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
>= 1%
2+
last 1 major version
3+
not dead
4+
Chrome >= 60
5+
Firefox >= 60
6+
Edge >= 15.15063
7+
Explorer 11
8+
iOS >= 10
9+
Safari >= 10
10+
Android >= 6
11+
not ExplorerMobile <= 11

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Enforce Unix newlines
2+
*.css text eol=lf
3+
*.html text eol=lf
4+
*.js text eol=lf
5+
*.json text eol=lf
6+
*.md text eol=lf
7+
*.rb text eol=lf
8+
*.scss text eol=lf
9+
*.svg text eol=lf
10+
*.txt text eol=lf
11+
*.xml text eol=lf
12+
*.yml text eol=lf
13+
14+
# Don't diff or textually merge source maps
15+
*.map binary

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2018-2019 The Tabler Authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"homepage": "https://tabler.io",
5252
"devDependencies": {
53-
"@babel/preset-env": "^7.6.0",
53+
"@babel/preset-env": "7.6.0",
5454
"browser-sync": "2.26.7",
5555
"bundlesize": "0.17.2",
5656
"clean-css-cli": "4.3.0",
@@ -68,7 +68,7 @@
6868
"postcss-cli": "6.1.2",
6969
"rollup": "1.15.6",
7070
"rollup-plugin-babel": "4.3.2",
71-
"rollup-plugin-babel-minify": "^9.0.0",
71+
"rollup-plugin-babel-minify": "9.0.0",
7272
"rollup-plugin-commonjs": "10.1.0",
7373
"rollup-plugin-filesize": "6.2.0",
7474
"rollup-plugin-multi-input": "1.0.2",
@@ -83,7 +83,7 @@
8383
"dependencies": {
8484
"apexcharts": "3.8.0",
8585
"autosize": "4.0.2",
86-
"bootstrap": "twbs/bootstrap#2f549ec",
86+
"bootstrap": "twbs/bootstrap#129bb08",
8787
"imask": "5.1.5",
8888
"jquery": "3.4.1",
8989
"selectize": "0.12.6"

0 commit comments

Comments
 (0)