diff options
author | Sam Potts <me@sampotts.me> | 2017-11-04 21:19:02 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-11-04 21:19:02 +1100 |
commit | d920de2a25b1f9b3981671bbe9099af61e74410f (patch) | |
tree | be561c96ddf345fcfdbdfe328b9c830d7914efbc /gulpfile.js | |
parent | 069c8093aefec9f23f3ff38de6041f8f90edf022 (diff) | |
download | plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.lz plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.xz plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.zip |
Small tweaks
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
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 = { |