Skip to content

Commit acf5e32

Browse files
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">
1 parent ad8e173 commit acf5e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@dfinity/gix-components",
3+
"description": "A UI kit developed by the GIX team",
34
"version": "4.4.0",
45
"license": "Apache-2.0",
56
"scripts": {

0 commit comments

Comments
 (0)