@jfvilas/plugin-kwirth-backend 0.12.5 → 0.12.6
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 +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Here we show how to get this backend plugin up and running quickly. First we nee
|
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
26
|
# From your Backstage root directory
|
|
27
|
-
yarn --cwd packages/backend add @jfvilas/plugin-kwirth-backend @jfvilas/plugin-kwirth-common
|
|
27
|
+
yarn --cwd packages/backend add @jfvilas/plugin-kwirth-backend @jfvilas/plugin-kwirth-common @jfvilas/kwirth-common
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
### Taylor your New Backend System (we don't work with old backend system)
|