]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move the browserslist config to a separate file.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 16 Jul 2018 16:07:34 +0000 (19:07 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 16 Jul 2018 18:34:53 +0000 (21:34 +0300)
.browserslistrc [new file with mode: 0644]
package.json

diff --git a/.browserslistrc b/.browserslistrc
new file mode 100644 (file)
index 0000000..1bfd197
--- /dev/null
@@ -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
index 80d392830213c12feb45f2c291ab7d6fffe6c649..3773070a57db22da45fd289818ad89d6ccd31d40 100644 (file)
     "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",