From 6172534567299e0c9c568446c6b62e87949e9272 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 18 Sep 2023 10:42:59 +0300 Subject: [PATCH] fix(deploy): Added repository URL for automatic publishing --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a00d0b..373c1f6 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,12 @@ "random-message": "1.1.0", "zip-stream": "5.0.1" }, + "repository": { + "type": "git", + "url": "git://github.com/zone-eu/zone-mta.git" + }, "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" }, "bin": { "check-bounce": "bin/check-bounce.js"