browserslist-config-cozy
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## 0.3.2 (2020-10-01) | ||
### Bug Fixes | ||
* Lint issue ([aa10617](https://github.com/cozy/cozy-libs/commit/aa10617)) | ||
## 0.3.1 (2020-08-03) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*** | ||
/** * | ||
* We need to target Android 5 and at least iOS 10 for our mobile apps. | ||
@@ -3,0 +3,0 @@ * We have to target Android 4.4 since Android 5 doesn't exist because Webview and OS |
{ | ||
"name": "browserslist-config-cozy", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Shareable browserslist config enforcing the Cozy official supported browsers list", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
], | ||
"gitHead": "993d5499c17296e02f0d3fae5d63912222ed2cd1" | ||
"gitHead": "25781442c416eea26c756a10b828ec17c6ddec03" | ||
} |
4747