aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBenjamin Tan <demoneaux@gmail.com>2016-12-06 18:12:41 +0800
committerBenjamin Tan <demoneaux@gmail.com>2016-12-06 18:12:41 +0800
commit03ac4a2e8ebc3b166286214bfb3bd69eb0561e34 (patch)
treed0f732c09abc50b439cf1de41db5de6386dde93f /package.json
parente4e5cc10836f458adab8fea7b45a05a8eaa30990 (diff)
downloadperl-software-in-gnu-guix-03ac4a2e8ebc3b166286214bfb3bd69eb0561e34.tar
perl-software-in-gnu-guix-03ac4a2e8ebc3b166286214bfb3bd69eb0561e34.tar.gz
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.json2
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",