@css-blocks/code-style
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [1.0.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/code-style/compare/v1.0.0-alpha.7...v1.0.0) (2020-04-04) | ||
### chore | ||
* Drop support for node 6, 8, and 11. ([3806e82](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/code-style/commit/3806e82124814fbea99aa47353cd2c171b1f55ec)) | ||
### BREAKING CHANGES | ||
* Node 8 is now out of maintainence so we have dropped support for node 6 | ||
and 8. Node 11 is no longer needed because node 12 was released. | ||
# [1.0.0-alpha.1](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/code-style/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2019-12-10) | ||
@@ -8,0 +25,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0", | ||
"main": "configs/tslint.interactive.json", | ||
@@ -36,3 +36,3 @@ "readme": "README.md", | ||
"engines": { | ||
"node": "6.* || 8.* || >= 10.*" | ||
"node": "10.* || >= 12.*" | ||
}, | ||
@@ -47,3 +47,3 @@ "files": [ | ||
}, | ||
"gitHead": "3bbeb3a7e02e9e52efd5227fee264fae5179d520" | ||
"gitHead": "784cd44307c8f09de26f939ada826814c309b8ba" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6354
0