From 3cdf8f10c2ce87900e098b76eeaf9e362af25180 Mon Sep 17 00:00:00 2001 From: Igor Zviagintsev Date: Thu, 24 Aug 2023 14:10:46 +0400 Subject: [PATCH] Fix NPM provenance and author of original repo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6c0ee4..6a422c3 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ ], "repository": { "type": "git", - "url": "https://github.com/inoyakaigor/webpack-notifier.git" + "url": "https://github.com/inoyakaigor/webpack-notifier-2.git" }, - "author": "Igor «InoY» Zviagintsev (https://inoy.dev)", + "author": "Igor «InoY» Zviagintsev (https://inoy.dev), Tobias Bieniek", "license": "ISC", "dependencies": { "node-notifier": "^9.0.1",