mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Moved to minimum node version supported to 10 by using fs.promises instead of promisify functions
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"yazl": "^2.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.1.0"
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.5",
|
||||
|
||||
Reference in New Issue
Block a user