2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +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" "*.{js,vue}": "vue-cli-service lint"
}, },
"engines": { "engines": {
"node": ">=16.4.0" "node": ">=16.4.0",
"yarn": "1.22.17"
}, },
"prettier": { "prettier": {
"semi": true, "semi": true,