react-mfe-gen 1.2.1 → 1.2.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.
package/README.md CHANGED
@@ -25,4 +25,8 @@ Node.js installed (latest LTS recommended).
25
25
  - Run the CLI
26
26
  `create-react-mfe`
27
27
 
28
+ - You will see the below message in your terminal
29
+
30
+ ![react-mfe-gen](./images/react-mfe-gen.png)
31
+
28
32
  - Answer the prompts to generate your project, container, or micro-frontend.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mfe-gen",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Generate React micro-frontends, containers, and projects using a simple CLI with runtime integration support.",
5
5
  "main": "dist/mfe-gen.js",
6
6
  "scripts": {