From bc27c5305283aa51a1710cc701e0e996d70ff84a Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Sat, 11 Jan 2025 14:34:34 +0100 Subject: [PATCH] fix(package.json): fix repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bba9500..efb82ed 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type": "commonjs", "repository": { "type": "git", - "url": "git+https://github.com/csuermann/presence-faker.git" + "url": "git+https://github.com/csuermann/node-red-contrib-presence-faker.git" }, "scripts": { "test": "mocha \"test/**/*_spec.js\""