Skip to content

Commit

Permalink
chore: improve keywords and description fields in package.json (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
halvaradop authored Oct 22, 2024
1 parent 822c057 commit 767b739
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/ui-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"registry": "https://registry.npmjs.org/@halvaradop/ui-core"
},
"keywords": [
"core",
"react",
"component",
"tailwindcss",
"react",
"ui",
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"url": "git+https://github.com/halvaradop/ui.git"
},
"keywords": [
"button",
"dialog",
"react",
"component",
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"registry": "https://registry.npmjs.org/@halvaradop/ui-form"
},
"keywords": [
"button",
"form",
"react",
"component",
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@halvaradop/ui-label",
"version": "0.1.0",
"private": false,
"description": "A label package for @halvaradop/ui library",
"description": "A customizable label component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
"scripts": {
"dev": "tsup --watch",
Expand All @@ -21,13 +21,13 @@
"registry": "https://registry.npmjs.org/@halvaradop/ui-label"
},
"keywords": [
"button",
"label",
"react",
"component",
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down
5 changes: 2 additions & 3 deletions packages/ui-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@halvaradop/ui-template",
"version": "0.1.0",
"private": false,
"description": "A template package for @halvaradop/ui library",
"description": "A customizable {_} component for @halvaradop/ui library with Tailwind CSS styling.",
"type": "module",
"scripts": {
"dev": "tsup --watch",
Expand All @@ -17,13 +17,12 @@
"url": "git+https://github.com/halvaradop/ui.git"
},
"keywords": [
"button",
"react",
"component",
"tailwindcss",
"react",
"ui",
"library"
"ui library"
],
"author": "Hernan Alvarado <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 767b739

Please sign in to comment.