chore: Set node 16 and npm 7 as minimum versions (#1977)
This commit is contained in:
parent
057c192dc4
commit
7ba1510131
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@
|
|||
"tape": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.10.0"
|
||||
},
|
||||
"homepage": "https://webtorrent.io",
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue