@justeat/f-utils
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0
@@ -7,2 +7,15 @@ # Changelog | ||
v1.0.0 | ||
------------------------------ | ||
*November 3, 2020* | ||
### Added | ||
- Shared `browserslist` config. | ||
### Changed | ||
- Releasing v1 (to release the updated typography mixins). | ||
- Dependency updates. | ||
- Move Travis builds to `v12` and removed `v8`. | ||
v1.0.0-beta.0 | ||
@@ -9,0 +22,0 @@ ------------------------------ |
{ | ||
"name": "@justeat/f-utils", | ||
"description": "Sass utility functions and mixins for the Fozzie framework", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/justeat/f-utils", | ||
@@ -18,3 +18,3 @@ "contributors": [ | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -35,6 +35,3 @@ "scripts": { | ||
"browserslist": [ | ||
"> 5%", | ||
"last 2 versions", | ||
"Safari >= 8", | ||
"not ie 10" | ||
"extends @justeat/browserslist-config-fozzie" | ||
], | ||
@@ -46,7 +43,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@justeat/stylelint-config-fozzie": "2.0.1", | ||
"danger": "3.9.0", | ||
"stylelint": "9.10.1", | ||
"stylelint-scss": "3.8.0" | ||
"@justeat/browserslist-config-fozzie": "1.2.0", | ||
"@justeat/stylelint-config-fozzie": "2.2.0", | ||
"danger": "10.5.0", | ||
"stylelint": "13.7.2", | ||
"stylelint-scss": "3.18.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25090
1
5