From bd8865bcbc18aeaf02e513a82865dfcf79bbb73b Mon Sep 17 00:00:00 2001 From: Tben Date: Sat, 29 Jul 2023 23:30:04 +0100 Subject: [PATCH] Add Github repo link to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4165fd4..e709415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lessc-watcher", - "version": "1.0.1", + "version": "1.0.2", "description": "A minimal package to watch less files and compile them to css", "main": "dist/index.js", "repository": {