@pagerduty/backstage-plugin-common 0.0.1 → 0.0.2-next.0
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.
- package/README.md +1 -1
- package/package.json +2 -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-
|
|
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,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagerduty/backstage-plugin-common",
|
|
3
3
|
"description": "Common components for PagerDuty plugins for Backstage",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2-next.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
|
+
"type": "module",
|
|
8
9
|
"publishConfig": {
|
|
9
10
|
"access": "public",
|
|
10
11
|
"main": "dist/index.esm.js",
|