Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-09-17 08:39:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-09-26 17:16:27 +0300
commitf17443748dd266c0dc766e5252d7e4bcf9d04086 (patch)
treea1d5ac8934a428344db31a138680750d7615e388 /package.json
parent92d3536306d2de9b5e3a0ddb31f2a61e524b1e19 (diff)
Move Autoprefixer's config in package.json.
This is so other plugins can use it too.
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6cced3006f..28ec33b5d0 100644
--- a/package.json
+++ b/package.json
@@ -121,6 +121,16 @@
"scss/**/*.scss",
"LICENSE"
],
+ "browserslist": [
+ "Chrome >= 45",
+ "Firefox ESR",
+ "Edge >= 12",
+ "Explorer >= 10",
+ "iOS >= 9",
+ "Safari >= 9",
+ "Android >= 4.4",
+ "Opera >= 30"
+ ],
"jspm": {
"registry": "npm",
"main": "js/bootstrap",