aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-24 22:52:19 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-24 22:52:19 +0200
commitfe9ee540986d2ba3790f123424ff6ab234ed4ce1 (patch)
tree693d11500dfc3394c6015d357d871affff2399f8 /package.json
parentUpgrading to heroku-18 on Heroku. (diff)
downloadnewspipe-fe9ee540986d2ba3790f123424ff6ab234ed4ce1.tar.gz
newspipe-fe9ee540986d2ba3790f123424ff6ab234ed4ce1.tar.bz2
newspipe-fe9ee540986d2ba3790f123424ff6ab234ed4ce1.zip
Updated NPM engine.
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 0b777e21..ff559048 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
},
"license": "AGPL-3.0",
"engines": {
- "npm": "^3.8.1"
+ "npm": "^8.11.4"
},
"main": "src/web/js/app.js",
"dependencies": {
bgstack15