From fc206fcd382180670e8e9586620b63ddbe538b7d Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 30 Mar 2025 14:29:00 +0100 Subject: Added repo url to the package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d34cf1c..5aab3e2 100644 --- a/package.json +++ b/package.json @@ -5,5 +5,9 @@ "license": "MIT", "author": "Sam Light ", "type": "module", - "main": "index.js" + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://git.lightscale.co.uk/lightscale-eslint-config.git" + } } -- cgit v1.2.3