frontend-hamroun 1.2.58 → 1.2.60

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 +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # Frontend Hamroun
2
2
 
3
- <!--
4
- To ensure the logo displays properly on npmjs.com, upload your logo to a reliable image hosting service
5
- and replace this comment with the hosted image URL, for example:
6
- -->
3
+ <p align="center">
4
+ <img src="https://drive.google.com/uc?export=view&id=1zJV5tgl9p23VaNd5YeVF4Wx9v_oTdgZp" alt="Frontend Hamroun Logo" width="300">
5
+ </p>
7
6
 
8
7
  <p align="center">
9
- <img src="https://imgur.com/yourImageId.png" alt="Frontend Hamroun Logo" width="300">
8
+ <code style="font-size: 24px; color: #4A90E2; background-color: transparent">{ Frontend Hamroun }</code>
10
9
  </p>
11
10
 
12
11
  A lightweight full-stack JavaScript framework with Virtual DOM and hooks implementation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-hamroun",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
4
4
  "description": "A lightweight full-stack JavaScript framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",