aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-07-16 19:07:34 +0300
committerXhmikosR <[email protected]>2018-07-16 21:34:53 +0300
commit6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (patch)
treeede28009285b45ee9443ed7110980e0b7d9bc585
parent6d84d491d1047df82663e84374370fe2f5c0411c (diff)
downloadbootstrap-6cf8700fd9fd096855d6510ceef9c1ff225f8e40.tar.xz
bootstrap-6cf8700fd9fd096855d6510ceef9c1ff225f8e40.zip
Move the browserslist config to a separate file.
-rw-r--r--.browserslistrc13
-rw-r--r--package.json13
2 files changed, 13 insertions, 13 deletions
diff --git a/.browserslistrc b/.browserslistrc
new file mode 100644
index 000000000..1bfd19753
--- /dev/null
+++ b/.browserslistrc
@@ -0,0 +1,13 @@
+# https://github.com/browserslist/browserslist#readme
+
+>= 1%
+last 1 major version
+not dead
+Chrome >= 45
+Firefox >= 38
+Edge >= 12
+Explorer >= 10
+iOS >= 9
+Safari >= 9
+Android >= 4.4
+Opera >= 30
diff --git a/package.json b/package.json
index 80d392830..3773070a5 100644
--- a/package.json
+++ b/package.json
@@ -152,19 +152,6 @@
"js/{src,dist}/",
"scss/"
],
- "browserslist": [
- ">= 1%",
- "last 1 major version",
- "not dead",
- "Chrome >= 45",
- "Firefox >= 38",
- "Edge >= 12",
- "Explorer >= 10",
- "iOS >= 9",
- "Safari >= 9",
- "Android >= 4.4",
- "Opera >= 30"
- ],
"bundlesize": [
{
"path": "./dist/css/bootstrap-grid.css",