We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a017d14 commit 031ade9Copy full SHA for 031ade9
README.md
@@ -78,8 +78,7 @@ Hacking on `fluent.js` is easy! To quickly get started clone the repo:
78
$ git clone https://github.com/projectfluent/fluent.js.git
79
$ cd fluent.js
80
81
-You'll need node.js 8 LTS (v8.9.0 and up). Older 8.x versions and 7.x
82
-versions have been reported to work as well. node.js 6.x is not supported.
+You'll need at least Node.js 10 LTS. Older versions are not supported.
83
84
Install the build tools used by all packages (Babel, Rollup, Mocha etc.):
85
babel_config.js
@@ -14,7 +14,7 @@ export default {
14
"Safari >= 10.1",
15
"iOS >= 10.3",
16
],
17
- node: "8.9",
+ node: "10.0.0",
18
},
19
exclude: [
20
// Exclude regeneratorRuntime explicitly because babel-preset-env
0 commit comments