Browse Source

wg-easy: patch 1.0.1

support for node 18
Fix: Unsupported engine
pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
d9dfd05d4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/package.json

6
src/package.json

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

Loading…
Cancel
Save