@digipair/skill-web 0.4.12 → 0.4.13
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/package.json +1 -1
- package/schema.json +1 -0
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "@digipair/skill-web",
|
|
5
|
+
"summary": "Affichage de pages web",
|
|
5
6
|
"description": "Cette compétence englobe la connaissance et l'utilisation des technologies web nécessaires pour développer et maintenir des sites internet.",
|
|
6
7
|
"version": "0.1.0",
|
|
7
8
|
"x-icon": "🚀"
|