aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-02-28 13:25:43 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-02-28 13:25:46 +0100
commit4a8899e52068ee303291b9b9b01cf6cb984cd08e (patch)
treee7c26161e04d38130089ab072c74bf08ae78d6ee
parent5ae2d3eb1ef2dc47c82ef831cbd0b15a5ae27c9f (diff)
downloadperl-software-in-gnu-guix-4a8899e52068ee303291b9b9b01cf6cb984cd08e.tar
perl-software-in-gnu-guix-4a8899e52068ee303291b9b9b01cf6cb984cd08e.tar.gz
see if increased node version fixes build
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ac71cf5..c628f85 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
- "node": ">=4.0.0"
+ "node": ">=9.0.0"
},
"devDependencies": {
"express": "^4.16.2",