fluent-syntax
Advanced tools
Comparing version 0.6.4 to 0.6.5
# Changelog | ||
## fluent-syntax 0.6.5 (March 8, 2018) | ||
- Temporarily relax the `engines` requirement. (#164) | ||
Include node 6.9.* LTS in the `engines` requirement to unblock | ||
[mozilla/addons-linter#1789][] and thus unblock langpack signing for | ||
Firefox 60. | ||
This is a temporary measure until `addons-linter` phases out the support | ||
for node 6 which should happen in May 2018. | ||
[mozilla/addons-linter#1789]: https://github.com/mozilla/addons-linter/issues/1789 | ||
## fluent-syntax 0.6.4 (March 7, 2018) | ||
@@ -4,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* fluent-syntax@0.6.4 */ | ||
/* fluent-syntax@0.6.5 */ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
@@ -1,2 +0,2 @@ | ||
/* fluent-syntax@0.6.4 */ | ||
/* fluent-syntax@0.6.5 */ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
{ | ||
"name": "fluent-syntax", | ||
"description": "AST and parser for Fluent", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"homepage": "http://projectfluent.org", | ||
@@ -47,4 +47,4 @@ "author": "Mozilla <l10n-drivers@mozilla.org>", | ||
"engines": { | ||
"node": ">=8.9.0" | ||
"node": ">=6.9.0" | ||
} | ||
} |
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
149205