1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 07:55:27 +02:00

added chrome 70 support

This commit is contained in:
Ran Shamay 2023-11-19 09:49:23 +02:00
parent e2cc71efa9
commit a2270fa3e6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ yarn.lock
# Chart dependencies # Chart dependencies
**/charts/*.tgz **/charts/*.tgz
planka-latest.tar

View file

@ -10,7 +10,7 @@
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
">0.2%", ">0.1%",
"not dead", "not dead",
"not op_mini all" "not op_mini all"
], ],