benal18-modal 1.0.0 → 1.0.1

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 +3 -1
  2. package/package.json +7 -1
package/README.md CHANGED
@@ -12,4 +12,6 @@
12
12
 
13
13
  ## Utilisation
14
14
 
15
- ................
15
+ - exemple code:
16
+ - description générale: (+com dans le code)
17
+ - Expliquer fonctionnement du composant (+com dans le code)
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "benal18-modal",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
+ "description": "Modale réutilisable",
5
+ "keywords": [
6
+ "Modale",
7
+ "react"
8
+ ],
9
+ "author": "BEN SALAH Walid",
4
10
  "type": "module",
5
11
  "scripts": {
6
12
  "dev": "vite",