css-declaration-sorter
Advanced tools
Comparing version
@@ -5,2 +5,6 @@ # Changelog | ||
## [4.0.1] - 2018-07-30 | ||
### Fixed | ||
- Invalid package engines node version range. | ||
## [4.0.0] - 2018-07-24 | ||
@@ -41,2 +45,3 @@ ### Added | ||
[4.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v4.0.0...v4.0.1 | ||
[4.0.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.1...v4.0.0 | ||
@@ -43,0 +48,0 @@ [3.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.0...v3.0.1 |
{ | ||
"name": "css-declaration-sorter", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Sorts CSS declarations fast and automatically in a certain order.", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"engines": { | ||
"node": "^8.0.0" | ||
"node": ">4" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
29309
0.55%