Skip to content

Commit ee02a92

Browse files
committed
chore: indicate supported node engine in manifest
1 parent b754590 commit ee02a92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"repository": "https://github.com/ethereum/js-ethereum-cryptography",
66
"license": "MIT",
77
"main": "./index.js",
8+
"engines": {
9+
"node": "^16.20 || ^18 || ^20 || >=22"
10+
},
811
"files": [
912
"bip39/*.js",
1013
"bip39/*.d.ts",

0 commit comments

Comments
 (0)