Change engine to engines in package.json (#6349)

This commit is contained in:
Siddharth 2021-08-23 01:36:39 +05:30 committed by GitHub
parent d2bd9906d8
commit 12ca93cf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
"svgo": "svgo --config svgo.config.js",
"get-filename": "node scripts/get-filename.js"
},
"engine": {
"engines": {
"node": ">=0.12.18"
}
}