Skip to content

Commit

Permalink
Require min nodejs version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyifyj committed Jan 5, 2024
1 parent 4669d27 commit f7d1871
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "2.4.4",
"description": "A tiny MD5 library without dependencies for node, convert string to MD5 hash.",
"type": "module",
"exports":"./md5.js",
"exports": "./md5.js",
"main": "md5.js",
"types": "md5.d.ts",
"scripts": {
Expand All @@ -26,6 +26,9 @@
"ava": "5.x",
"tsd": "^0.28.1"
},
"engines": {
"node": ">=16"
},
"files": [
"md5.js",
"md5.d.ts"
Expand Down

0 comments on commit f7d1871

Please sign in to comment.