react-mfe-gen 1.2.3 → 1.2.4

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # 🏗️ React Microfront end generator (react-mfe-gen)
2
2
 
3
+ <strong style="color:orange">⚠️ Important:</strong> Install this package globally using `npm install -g` to use the CLI anywhere on your system.
4
+
3
5
  ![react-mfe-gen-package](./images/react-mfe-gen-package.png)
4
6
 
5
7
  react-mfe-gen is a CLI tool that helps you quickly scaffold a base setup for React Micro-Frontend (MFE) architecture.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mfe-gen",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
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": {