From bd51adb4a42d369a1b60d0e6badc38dc561b9c1c Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 2 Feb 2016 13:03:59 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3c10d3329..2e6d5ef74 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "scripts": { "test": "abaplint *.abap" }, + "repository": { + "type": "git", + "url": "git+https://github.com/larshp/abapGit.git" + }, "devDependencies": { "abaplint": ">0.0.16" }