From 9298e6762f4db418771b7aaaedc18c127805d00b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 2 May 2019 10:16:31 +0100 Subject: [PATCH] Update package.json --- lib/testing/package.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/testing/package.json b/lib/testing/package.json index 3e31054c0d..15c6c98f18 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -1,9 +1,25 @@ { "name": "@alfresco/adf-testing", + "description": "Alfresco ADF testing page and utils", "version": "3.2.0-beta6", + "author": "Alfresco Software, Ltd.", + "repository": { + "type": "git", + "url": "https://github.com/Alfresco/alfresco-ng2-components.git" + }, + "bugs": { + "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" + }, "peerDependencies": { "@angular/common": "^7.1.0", "@angular/core": "^7.1.0", "@alfresco/js-api": "3.2.0-beta6" - } + }, + "keywords": [ + "testing", + "alfresco-component", + "angular", + "components" + ], + "license": "Apache-2.0" }