aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-04 21:19:02 +1100
committerSam Potts <me@sampotts.me>2017-11-04 21:19:02 +1100
commitd920de2a25b1f9b3981671bbe9099af61e74410f (patch)
treebe561c96ddf345fcfdbdfe328b9c830d7914efbc /gulpfile.js
parent069c8093aefec9f23f3ff38de6041f8f90edf022 (diff)
downloadplyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.lz
plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.xz
plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.zip
Small tweaks
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a59073ac..2db14925 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -83,7 +83,7 @@ const pkg = loadJSON(path.join(root, 'package.json'));
const sizeOptions = { showFiles: true, gzip: true };
// Browserlist
-const browsers = ['> 1%', 'last 2 versions'];
+const browsers = ['> 1%'];
// Babel config
const babelrc = {