mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
fix: set minimum node version to 12.13.0
this is to match sharp >=0.29.0, and also because node 10 is already phased out https://nodejs.org/en/about/releases/
This commit is contained in:
parent
36637258b9
commit
3457b1b7ee
@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=12.13.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user