diff options
| author | XhmikosR <[email protected]> | 2018-07-16 19:07:34 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-07-16 21:34:53 +0300 |
| commit | 6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (patch) | |
| tree | ede28009285b45ee9443ed7110980e0b7d9bc585 /package.json | |
| parent | 6d84d491d1047df82663e84374370fe2f5c0411c (diff) | |
| download | bootstrap-6cf8700fd9fd096855d6510ceef9c1ff225f8e40.tar.xz bootstrap-6cf8700fd9fd096855d6510ceef9c1ff225f8e40.zip | |
Move the browserslist config to a separate file.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 0 insertions, 13 deletions
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", |
