diff --git a/.gitignore b/.gitignore index 9d3a0d82..13218037 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ yarn.lock # Chart dependencies **/charts/*.tgz +planka-latest.tar diff --git a/client/package.json b/client/package.json index ee946364..395db2ca 100755 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ }, "browserslist": { "production": [ - ">0.2%", + ">0.1%", "not dead", "not op_mini all" ],