summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
+ }
}