From a5238dd5e010c59b4b52561fc9265d0bda12a02a Mon Sep 17 00:00:00 2001 From: Tben Date: Sat, 29 Jul 2023 23:29:51 +0100 Subject: [PATCH] Add Github repo link to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4a4ed74..4165fd4 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.1", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/BenjaminToby/less-watcher.git" + }, "keywords": [ "less", "watcher",