diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-26 08:37:26 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:28:14 +0200 |
commit | 583eb04b541175035d6d452ca626a96ebf2b7437 (patch) | |
tree | 114ba0a7004b4b2a7fc77444ef5fcb73414c6e93 /client/browserslist | |
parent | 4504f09f6e85f09b0489debb547a17209d7176ea (diff) | |
download | PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.gz PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.zst PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.zip |
Upgrade to angular 10
Diffstat (limited to 'client/browserslist')
-rw-r--r-- | client/browserslist | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/client/browserslist b/client/browserslist deleted file mode 100644 index 80848532e..000000000 --- a/client/browserslist +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
2 | # For additional information regarding the format and rule options, please see: | ||
3 | # https://github.com/browserslist/browserslist#queries | ||
4 | |||
5 | # You can see what browsers were selected by your queries by running: | ||
6 | # npx browserslist | ||
7 | |||
8 | > 0.5% | ||
9 | last 2 versions | ||
10 | Firefox ESR | ||
11 | not dead | ||
12 | not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file | ||