react-performance-advisor 1.0.3 → 1.0.5

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/package.json +1 -1
  2. package/readme.md +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-performance-advisor",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
package/readme.md CHANGED
@@ -14,8 +14,9 @@ React Performance Advisor acts as an "X-ray machine" for your React applications
14
14
 
15
15
  ## 📦 Installation
16
16
 
17
-
18
- npm install react-performance-advisor
17
+ ```bash
18
+ npm install react-performance-advisor
19
+ ```
19
20
 
20
21
 
21
22
  ## 🛠️ Quick Start