Add info on nvm requirement and xcode 12.5 fix

This commit is contained in:
Maria Zadnepryanets
2021-09-19 12:46:26 +00:00
committed by bl00dymarie
parent f282e24308
commit 449c84e75e
6 changed files with 1506 additions and 23097 deletions
+5 -1
View File
@@ -101,5 +101,9 @@
"bugs": {
"url": "https://gitlab.com/bloodyhealth/drip/issues"
},
"homepage": "https://gitlab.com/bloodyhealth/drip#README"
"homepage": "https://gitlab.com/bloodyhealth/drip#README",
"engines": {
"node": ">=10.0.0 <11",
"npm": ">=6.0.0 <7"
}
}