Skip to content

Commit

Permalink
Upgrade dependencies and bump version to 3.0.0
Browse files Browse the repository at this point in the history
- Bump package version to 3.0.0.
- Upgrade ava: 5.x -> 6.x.
- Upgrade tsd: 0.28.1 -> 0.30.3.
  • Loading branch information
huiyifyj committed Jan 5, 2024
1 parent d8b232d commit 8504d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xn-02f/md5",
"version": "2.4.4",
"version": "3.0.0",
"description": "A tiny MD5 library without dependencies for node, convert string to MD5 hash.",
"type": "module",
"exports": "./md5.js",
Expand All @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/xn-02f/md5#readme",
"devDependencies": {
"ava": "5.x",
"tsd": "^0.28.1"
"ava": "6.x",
"tsd": "^0.30.3"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 8504d04

Please sign in to comment.