Merge pull request #9472 from hbomark/main

[chore] Adds npm package info for plugin-home.
This commit is contained in:
Camila Belo
2022-02-14 07:46:00 +01:00
committed by GitHub
+10
View File
@@ -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",