diff --git a/libs/ngx-cookieconsent/package.json b/libs/ngx-cookieconsent/package.json index eab528d..ea1bd12 100644 --- a/libs/ngx-cookieconsent/package.json +++ b/libs/ngx-cookieconsent/package.json @@ -8,5 +8,15 @@ "cookieconsent": "^3.1.1" }, "dependencies": {}, - "sideEffects": false + "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/tinesoft/ngx-cookieconsent.git" + }, + "keywords": [ + "angular", + "cookie", + "cookieconsent" + ], + "license": "MIT", }