mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) drop support of node < 10
This commit is contained in:
parent
6e4bedca2d
commit
29afda8b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@
|
|||
"yaspeller": "^6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.3.0"
|
||||
"node": ">=10"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "server/cloudcmd.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue