From 8738cfd41ba493a6d1fe446c7046c34ae3f1d6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Fri, 4 Oct 2024 13:40:51 +0200 Subject: [PATCH] feat(package.json): github lunk --- libs/ngx-cookieconsent/package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/ngx-cookieconsent/package.json b/libs/ngx-cookieconsent/package.json index eab528d..7d461af 100644 --- a/libs/ngx-cookieconsent/package.json +++ b/libs/ngx-cookieconsent/package.json @@ -8,5 +8,12 @@ "cookieconsent": "^3.1.1" }, "dependencies": {}, - "sideEffects": false + "sideEffects": false, + "homepage": "https://github.com/tinesoft/ngx-cookieconsent#readme", + "bugs": { + "url": "https://github.com/tinesoft/ngx-cookieconsent/issues" + }, + "repository": { + "url": "https://github.com/tinesoft/ngx-cookieconsent" + }, }