Skip to content

Commit a464023

Browse files
authored
fix: remove engines field (#155)
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
1 parent d197606 commit a464023

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"keywords": [
1515
"multiaddr"
1616
],
17-
"engines": {
18-
"node": ">=18.0.0",
19-
"npm": ">=8.6.0"
20-
},
2117
"type": "module",
2218
"types": "./dist/src/index.d.ts",
2319
"files": [

0 commit comments

Comments
 (0)