diff --git a/workspaces/pagerduty/backstage.json b/workspaces/pagerduty/backstage.json deleted file mode 100644 index 6c12971cc..000000000 --- a/workspaces/pagerduty/backstage.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "version": "1.42.5" -} diff --git a/workspaces/pagerduty/patches/1-fix-tsc-errors.patch b/workspaces/pagerduty/patches/1-fix-tsc-errors.patch deleted file mode 100644 index 2d7257172..000000000 --- a/workspaces/pagerduty/patches/1-fix-tsc-errors.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/plugins/backstage-plugin/package.json -+++ b/plugins/backstage-plugin/package.json -@@ -2,8 +2,8 @@ - "name": "@pagerduty/backstage-plugin", - "description": "A Backstage plugin that integrates towards PagerDuty", - "version": "0.16.0", -- "main": "dist/index.esm.js", -- "types": "dist/index.d.ts", -+ "main": "src/index.ts", -+ "types": "src/index.ts", - "license": "Apache-2.0", - "publishConfig": { - "access": "public" ---- a/plugins/backstage-plugin-backend/package.json -+++ b/plugins/backstage-plugin-backend/package.json -@@ -1,8 +1,8 @@ - { - "name": "@pagerduty/backstage-plugin-backend", - "version": "0.9.11", -- "main": "dist/index.cjs.js", -- "types": "dist/index.d.ts", -+ "main": "src/index.ts", -+ "types": "src/index.ts", - "license": "Apache-2.0", - "publishConfig": { - "access": "public", diff --git a/workspaces/pagerduty/plugins-list.yaml b/workspaces/pagerduty/plugins-list.yaml deleted file mode 100644 index 79509691d..000000000 --- a/workspaces/pagerduty/plugins-list.yaml +++ /dev/null @@ -1,2 +0,0 @@ -plugins/backstage-plugin-backend: -plugins/backstage-plugin: diff --git a/workspaces/pagerduty/source.json b/workspaces/pagerduty/source.json deleted file mode 100644 index 6bf48effc..000000000 --- a/workspaces/pagerduty/source.json +++ /dev/null @@ -1 +0,0 @@ -{"repo":"https://github.com/PagerDuty/backstage-plugins","repo-ref":"d8dc915e2fc10ca2bb1778d83c5b67471443bf83","repo-flat":true,"repo-backstage-version":"1.42.5"}