mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +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:
@@ -64,7 +64,6 @@
|
||||
},
|
||||
"readmeFilename": "README.md",
|
||||
"engines": {
|
||||
"node": ">=10.13.0",
|
||||
"npm": ">=7.14.0 <8.0.0"
|
||||
"node": ">=10.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user