From f4f12bb675f60410de53ab1d55f1adb78daf4406 Mon Sep 17 00:00:00 2001 From: Shaquu Date: Mon, 1 Jul 2024 23:24:42 +0200 Subject: [PATCH] npm pkg fix --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ea355da..06e2c85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "@nrchkb/node-red-tuya-smart-device", "version": "0.1.0", "description": "A node-red module to interact with the tuya smart devices", - "repository": "https://github.com/NRCHKB/node-red-tuya-smart-device", + "repository": { + "type": "git", + "url": "git+https://github.com/NRCHKB/node-red-tuya-smart-device.git" + }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"