frontend-hamroun 1.2.54 → 1.2.56

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
@@ -1,5 +1,9 @@
1
1
  # Frontend Hamroun
2
2
 
3
+ <p align="center">
4
+ <img src="https://raw.githubusercontent.com/hamroun/frontend-hamroun/main/assets/logo.png" alt="Frontend Hamroun Logo" width="300">
5
+ </p>
6
+
3
7
  A lightweight full-stack JavaScript framework with Virtual DOM and hooks implementation
4
8
 
5
9
  [![npm](https://img.shields.io/npm/v/frontend-hamroun)](https://www.npmjs.com/package/frontend-hamroun)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-hamroun",
3
- "version": "1.2.54",
3
+ "version": "1.2.56",
4
4
  "description": "A lightweight full-stack JavaScript framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,8 @@
11
11
  "README.md",
12
12
  "LICENSE",
13
13
  "bin",
14
- "templates"
14
+ "templates",
15
+ "assets"
15
16
  ],
16
17
  "exports": {
17
18
  ".": {