Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 8, 2023
1 parent 6199377 commit 2e5d8d8
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": "mx-connect",
"version": "1.4.2",
"version": "1.4.3",
"description": "Establish TCP connection to a MX server",
"main": "lib/mx-connect.js",
"scripts": {
Expand All @@ -23,14 +23,14 @@
"homepage": "https://github.com/zone-eu/mx-connect#readme",
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-prettier": "8.7.0",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-nodeunit": "4.0.0",
"grunt-eslint": "24.0.1"
},
"dependencies": {
"ipaddr.js": "2.0.1",
"mailauth": "4.3.0"
"mailauth": "4.3.1"
}
}

0 comments on commit 2e5d8d8

Please sign in to comment.