aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:43:13 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:43:13 +0200
commit92c6fb37c27357282ee752c7f2881684c1a6f948 (patch)
tree630d1ea3ebba144d8e62918f1542bb458db239bf /package.json
parentspecify node version (diff)
downloadnewspipe-92c6fb37c27357282ee752c7f2881684c1a6f948.tar.gz
newspipe-92c6fb37c27357282ee752c7f2881684c1a6f948.tar.bz2
newspipe-92c6fb37c27357282ee752c7f2881684c1a6f948.zip
specify node version
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 cda16e20..ecf76a6a 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"license": "AGPL-3.0",
"engines": {
"npm": "^8.11.4",
- "node": "8.11.4"
+ "node": "8.9.4"
},
"main": "src/web/js/app.js",
"dependencies": {
bgstack15