From 38201c6ec4a47bb5d1fc5d0145158809b5066aa0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 10 Mar 2021 23:13:11 +0100 Subject: [PATCH] todo,todo-backend: added repo info Signed-off-by: Patrik Oldsberg --- plugins/todo-backend/package.json | 6 ++++++ plugins/todo/package.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json index 9fd5f68948..58d335732b 100644 --- a/plugins/todo-backend/package.json +++ b/plugins/todo-backend/package.json @@ -9,6 +9,12 @@ "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, + "homepage": "https://backstage.io", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/todo-backend" + }, "scripts": { "build": "backstage-cli backend:build", "lint": "backstage-cli lint", diff --git a/plugins/todo/package.json b/plugins/todo/package.json index de51fe2f18..ee105287f5 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -9,6 +9,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/todo" + }, "scripts": { "build": "backstage-cli plugin:build", "start": "backstage-cli plugin:serve",