@pagerduty/backstage-plugin-common 0.0.1 → 0.0.2-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ The installation of the PagerDuty plugin for Backstage is done with *yarn* as al
18
18
  To install this plugin run the following command from the Backstage root folder.
19
19
 
20
20
  ```bash
21
- yarn add --cwd packages/app @pagerduty/backstage-plugin-commmon
21
+ yarn add --cwd packages/app @pagerduty/backstage-plugin-common
22
22
  yarn add --cwd packages/backend @pagerduty/backstage-plugin-common
23
23
  ```
24
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-common",
3
3
  "description": "Common components for PagerDuty plugins for Backstage",
4
- "version": "0.0.1",
4
+ "version": "0.0.2-next.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",