remove engines requirement for npm from individual packages (#1848)

* remove engines package.json entry from individual packages

* only remove npm from engines entry
This commit is contained in:
Omar Khan
2021-12-01 16:33:05 -05:00
committed by GitHub
parent f027236b55
commit 8bb248ca9e
4 changed files with 4 additions and 8 deletions

View File

@@ -30,7 +30,6 @@
"license": "ISC",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">= 10",
"npm": ">=7.0.0"
"node": ">= 10"
}
}