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>2018-06-27 09:33:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-01 09:56:22 +0300
commit13b8b9f03aea4278863550ba19167622d651d2ec (patch)
tree7d122c3b897a03eb0180a2b28691a84d89d0b4f9 /package.json
parente57a2f244ba8446fffe71847e6a58b18f7b2d541 (diff)
.browserslistrc: add `not dead`.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0ace217ea0..6ecd7cf0a5 100644
--- a/package.json
+++ b/package.json
@@ -148,8 +148,9 @@
"scss/"
],
"browserslist": [
- "last 1 major version",
">= 1%",
+ "last 1 major version",
+ "not dead",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",