diff options
author | Sam Light <samlight1994@gmail.com> | 2025-03-30 14:34:55 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-30 14:34:55 +0100 |
commit | 5fab7ae42be8812bbb424a87a25b6fade0132948 (patch) | |
tree | c8c74d02fba43d2ab733e0711f65800765e293fc /package.json | |
parent | a6de4d3a3d7e491b415b0c40d9e63547b8b9fbc2 (diff) |
Updated URL for repo in package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b768276..0d9c3c3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://git.lightscale.co.uk/lightscale-eslint-config.git" + "url": "https://git.lightscale.co.uk/lightscale-eslint-config.git" }, "publishConfig": { "access": "public" |