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

@@ -64,7 +64,6 @@
},
"readmeFilename": "README.md",
"engines": {
"node": ">=10.13.0",
"npm": ">=7.14.0 <8.0.0"
"node": ">=10.13.0"
}
}