From ccc5e36ae86525926e2215eab10cb846e4008a16 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Tue, 28 Sep 2021 08:08:23 -0500 Subject: [PATCH] Added repo and removed doc from files Signed-off-by: Andre Wanlin --- plugins/badges/package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/badges/package.json b/plugins/badges/package.json index 7cfd7f18ed..0fcb18ca04 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -10,6 +10,12 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, + "homepage": "https://backstage.io", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/badges" + }, "scripts": { "build": "backstage-cli plugin:build", "start": "backstage-cli plugin:serve", @@ -49,7 +55,6 @@ "msw": "^0.29.0" }, "files": [ - "dist", - "doc" + "dist" ] }