Skip to content

Commit

Permalink
fix: update engines to node >=12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node 12
  • Loading branch information
DiegoRBaquero authored May 31, 2021
1 parent 9a16c25 commit a282fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"xtend": "4.0.2"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"homepage": "https://webtorrent.io",
"keywords": [
Expand Down

0 comments on commit a282fa6

Please sign in to comment.