You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: set about phrase as description in package.json (#467)
# Motivation
Npmjs displays a not well formatted description (see screenshot). I
assume this happens because we do not have a `description` field in
`package.json` and npmjs automatically fallbacks on the text provided in
the README. It's an assumption but, in any case, it is worth to have
such a field in the package.
# Changes
- Add `"description": "A UI kit developed by the GIX team"` to
`package.json`
# Screenshots
<img width="1536" alt="Capture d’écran 2024-07-22 à 11 51 33"
src="https://github.com/user-attachments/assets/83f7ac1d-9692-4945-8468-d2f51ec31feb">
0 commit comments