@mhoshi-vm/plugin-crossplane-aws 0.1.1 → 0.1.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # crossplane-ecs
1
+ # crossplane-aws
2
2
 
3
- Welcome to the crossplane-ecs plugin!
3
+ Welcome to the crossplane-aws plugin!
4
4
 
5
5
  _This plugin was created through the Backstage CLI_
6
6
 
@@ -8,7 +8,7 @@ _This plugin was created through the Backstage CLI_
8
8
 
9
9
  Your plugin has been added to the example app in this repository, meaning you'll be able to access it by
10
10
  running `yarn start` in the root directory, and then navigating
11
- to [/crossplane-ecs](http://localhost:3000/crossplane-ecs).
11
+ to [/crossplane-aws](http://localhost:3000/crossplane-ecs).
12
12
 
13
13
  You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
14
14
  This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhoshi-vm/plugin-crossplane-aws",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",