Skip to content

Commit 3c497e8

Browse files
EnTeQuAkstasm
authored andcommitted
Relax the engines support in package.json for node6 support.
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.
1 parent fee9cbf commit 3c497e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444

4545
],
4646
"engines": {
47-
"node": ">=8.9.0"
47+
"node": ">=6.9.0"
4848
}
4949
}

0 commit comments

Comments
 (0)