diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..383bef720 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,19 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.dev/reference/versions#browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +>0.3% +last 2 Chrome versions +last 1 Firefox version +last 2 Edge major versions +last 5 Safari major versions +last 5 iOS major versions +last 5 Android major versions +Firefox ESR +not dead diff --git a/.gitignore b/.gitignore index 36dd8bcaf..08d699a62 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ package-lock.json /libpeerconnection.log testem.log /typings -.browserslistrc .editorconfig # System files diff --git a/package.json b/package.json index 9b5ab1e58..8651d1793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gloomhavensecretariat", - "version": "0.104.1", + "version": "0.104.2", "license": "AGPL3", "description": "Gloomhaven Secretariat is a Gloomhaven/Frosthaven Companion app.", "homepage": "https://gloomhaven-secretariat.de",