From 719b9dc35c0ac97801d707f61f92f4703fda6d10 Mon Sep 17 00:00:00 2001 From: "Andrew D.Laptev" Date: Tue, 23 Nov 2021 10:06:58 +0300 Subject: [PATCH] Package.json git url fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c0ab94..64d7941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yapople", - "version": "0.4.7", + "version": "0.4.8", "author": "Andrew D.Laptev ", "description": "Yet another POP3 library", "main": "lib/yapople.js", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/wslee94/yapople.git" + "url": "https://github.com/agsh/yapople.git" }, "dependencies": { "mailparser": "^0.5.1"