Skip to content

Commit

Permalink
fix: remove engines field (#155)
Browse files Browse the repository at this point in the history
When the current node version does not meet the engines field requirement npm warns but yarn errors.

Nothing in this module requires node 18+ so remove the engines field.

Refs: ipfs/aegir#1276
  • Loading branch information
achingbrain authored May 17, 2023
1 parent d197606 commit a464023
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"keywords": [
"multiaddr"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"type": "module",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit a464023

Please sign in to comment.