wg-easy: patch 1.0.1
support for node 18 Fix: Unsupported engine
This commit is contained in:
parent
b0e6c3af6d
commit
d9dfd05d4f
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue