mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(package) drop support of node < 12
This commit is contained in:
parent
0a7c52c75d
commit
1e4761a10a
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@
|
|||
"yaspeller": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "server/cloudcmd.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue