Merge pull request #5822 from wallabag/fix/use-node-16

This commit is contained in:
Jérémy Benoist
2022-05-23 11:47:03 +02:00
committed by GitHub
4 changed files with 4 additions and 50 deletions

View File

@ -1,13 +1,13 @@
{
"name": "wallabag",
"version": "2.3.3",
"version": "2.5.0",
"description": "wallabag is a self hostable application for saving web pages",
"private": true,
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"repository": {
"type": "git",