From 076b38719fce986b9b80a8d01a5f2b6eb59f4ac5 Mon Sep 17 00:00:00 2001 From: Wouter Willems Date: Fri, 20 Sep 2024 17:27:08 +0200 Subject: [PATCH] add git link --- projects/klippa/ngx-enhancy-forms/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/klippa/ngx-enhancy-forms/package.json b/projects/klippa/ngx-enhancy-forms/package.json index 6c5ace9..00560ac 100644 --- a/projects/klippa/ngx-enhancy-forms/package.json +++ b/projects/klippa/ngx-enhancy-forms/package.json @@ -16,5 +16,9 @@ }, "dependencies": { "tslib": "^2.0.0" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/klippa-app/ngx-enhancy-forms.git" + } }