Skip to content

Commit

Permalink
docs: update npm home page url
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Jan 28, 2024
1 parent 29af19c commit 8128585
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .changeset/cold-beers-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@dweber019/backstage-plugin-api-docs-module-wsdl-backend': patch
'@dweber019/backstage-plugin-api-docs-spectral-linter': patch
'@dweber019/backstage-plugin-api-docs-module-wsdl': patch
'@dweber019/backstage-plugin-endoflife-backend': patch
'@dweber019/backstage-plugin-endoflife': patch
'@dweber019/backstage-plugin-tips': patch
---

Update npm home page url.
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dweber019/backstage-plugin-api-docs-module-wsdl-backend",
"description": "Additional functionalities for the api-docs plugin that renders the output of WSDL",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/api-docs-module-wsdl",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dweber019/backstage-plugin-api-docs-module-wsdl",
"description": "Additional functionalities for the api-docs plugin that renders the output of WSDL",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/api-docs-module-wsdl",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-spectral-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-api-docs-spectral-linter",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/api-docs-spectral-linter",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/endoflife-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-endoflife-backend",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/endoflife",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/endoflife/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-endoflife",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/endoflife",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/tips/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-tips",
"homepage": "https://github.com/dweber019/backstage-plugins",
"homepage": "https://github.com/dweber019/backstage-plugins/tree/main/plugins/tips",
"repository": {
"type": "git",
"url": "https://github.com/dweber019/backstage-plugins.git"
Expand Down

0 comments on commit 8128585

Please sign in to comment.