summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-03-30 14:29:00 +0100
committerSam Light <samlight1994@gmail.com>2025-03-30 14:29:00 +0100
commitfc206fcd382180670e8e9586620b63ddbe538b7d (patch)
treea0553b8b56220c31e2774848e72af3465b6b3717 /package.json
parent4929d2216a3f2d4dfb37b529a2499b5ff6d5bd48 (diff)
Added repo url to the package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
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 <sam@lightscale.co.uk>",
"type": "module",
- "main": "index.js"
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://git.lightscale.co.uk/lightscale-eslint-config.git"
+ }
}