Skip to content

Commit

Permalink
Relax the engines support in package.json for node6 support.
Browse files Browse the repository at this point in the history
This blocks to mozilla/addons-linter#1789 (and thus the langpack signing
for Firefox 60).

fluent-syntax is compatible with node 6 when using the compat build but
still can't be installed given that it requires node 8+ in the
packages.json.

Can we relax that a little bit?

Addons-linter is a dependency of `web-ext` which is being installed on
end-users machines and thus has a bit more LTS requirements and has to
support node6 while it's still LTS.
  • Loading branch information
EnTeQuAk committed Mar 8, 2018
1 parent fee9cbf commit 7b3523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@

],
"engines": {
"node": ">=8.9.0"
"node": ">=6.0.0"
}
}

0 comments on commit 7b3523a

Please sign in to comment.