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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|