Revert "Update readme and engines definition in package.json"

This reverts commit cce8e4ef0e.
This commit is contained in:
BloodyMarie
2022-03-28 00:35:10 +02:00
parent 96d7deb47c
commit 0eb3c93a17
2 changed files with 56 additions and 50 deletions
+5 -1
View File
@@ -107,5 +107,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"
}
}