mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
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:
@@ -30,7 +30,6 @@
|
||||
"license": "ISC",
|
||||
"prettier": "@xrplf/prettier-config",
|
||||
"engines": {
|
||||
"node": ">= 10",
|
||||
"npm": ">=7.0.0"
|
||||
"node": ">= 10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user