diff options
author | Benjamin Tan | 2016-12-06 18:12:41 +0800 |
---|---|---|
committer | Benjamin Tan | 2016-12-06 18:12:41 +0800 |
commit | 03ac4a2e8ebc3b166286214bfb3bd69eb0561e34 (patch) | |
tree | d0f732c09abc50b439cf1de41db5de6386dde93f /package.json | |
parent | e4e5cc10836f458adab8fea7b45a05a8eaa30990 (diff) |
Reduce required Node.js version to 4.0.0.
The development workflow can be used with Node 4+, not just Node 6. We
should avoid showing warnings and errors when users are installing this
package via npm/yarn.
Ref. #1729, #1743.
Closes #1725.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f0dcedf..7a9f185 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "git://github.com/hakimel/reveal.js.git" }, "engines": { - "node": "~6.9.1" + "node": ">=4.0.0" }, "dependencies": { "express": "~4.14.0", |