wg-easy: patch 1.0.1

support for node 18
Fix: Unsupported engine
This commit is contained in:
Philip H 2023-11-04 09:54:42 +01:00 committed by GitHub
parent b0e6c3af6d
commit d9dfd05d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"release": "10",
"release": "11",
"name": "wg-easy",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "server.js",
"scripts": {
@ -28,6 +28,6 @@
]
},
"engines": {
"node": "14"
"node": "18"
}
}