chore: Set node 16 and npm 7 as minimum versions (#1977)
This commit is contained in:
committed by
GitHub
parent
057c192dc4
commit
7ba1510131
@@ -80,7 +80,8 @@
|
|||||||
"tape": "5.2.2"
|
"tape": "5.2.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0"
|
"node": "^16.0.0",
|
||||||
|
"npm": "^7.10.0"
|
||||||
},
|
},
|
||||||
"homepage": "https://webtorrent.io",
|
"homepage": "https://webtorrent.io",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user