ember-template-recast
Advanced tools
Comparing version 3.3.3 to 4.0.0
@@ -0,1 +1,9 @@ | ||
## v4.0.0 (2020-01-06) | ||
#### :boom: Breaking Change | ||
* [#197](https://github.com/ember-template-lint/ember-template-recast/pull/197) Drop Node 8 support. ([@rwjblue](https://github.com/rwjblue)) | ||
#### Committers: 1 | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
## v3.3.3 (2020-01-06) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "ember-template-recast", | ||
"version": "3.3.3", | ||
"version": "4.0.0", | ||
"description": "Non-destructive template transformer.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "8.* || 10.* || >= 12.*" | ||
"node": "10.* || >= 12.*" | ||
}, | ||
@@ -59,0 +59,0 @@ "publishConfig": { |
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
65411