2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

chore: add 'yarn' to engines

This commit is contained in:
18alantom 2021-12-02 12:29:33 +05:30
parent 14ce1e88cf
commit dd6b7b6b14

View File

@ -66,7 +66,8 @@
"*.{js,vue}": "vue-cli-service lint"
},
"engines": {
"node": ">=16.4.0"
"node": ">=16.4.0",
"yarn": "1.22.17"
},
"prettier": {
"semi": true,