From 70b390c8e2abc126c19684a3a3091494ec10497d Mon Sep 17 00:00:00 2001 From: Mark Veronda Date: Thu, 10 Feb 2022 22:58:06 -0800 Subject: [PATCH] [chore] Adds npm package info. Signed-off-by: Mark Veronda --- plugins/home/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/home/package.json b/plugins/home/package.json index f57b0bb83e..80754d33c8 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -10,6 +10,16 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, + "homepage": "https://github.com/backstage/backstage/tree/master/plugins/home#readme", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/home" + }, + "keywords": [ + "backstage", + "homepage" + ], "scripts": { "build": "backstage-cli plugin:build", "start": "backstage-cli plugin:serve",