Skip to content

Commit

Permalink
Merge pull request #325 from PrestaShopCorp/324-project-config-packag…
Browse files Browse the repository at this point in the history
…ejson-create-or-update-descriptions-key

fix: #324 - update description key in package.json files
  • Loading branch information
mattgoud authored Mar 19, 2024
2 parents e5dab64 + 9220489 commit 0e4c3cf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "PUIK - PrestaShop UI kit.",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@puik/components",
"description": "PUIK Vue 3 components library.",
"version": "0.0.1",
"description": "all components are settled here",
"peerDependencies": {
"vue": "^3.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puik/hooks",
"description": "PrestaShop UI kit composables",
"description": "PUIK hooks - PrestaShop UI kit composables.",
"version": "0.0.1",
"main": "index.ts",
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puik/locale",
"description": "puiklocale",
"description": "PUIK locale - Translations feature.",
"version": "0.0.1",
"main": "index.ts",
"module": "index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/puik/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@prestashopcorp/puik",
"description": "PUIK - PrestaShop UI kit.",
"license": "MIT",
"author": "Prestashop",
"version": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puik/tailwind-preset",
"description": "Puik tailwind preset",
"description": "PUIK tailwind preset - A set of Tailwind CSS utility classes, adapted to the new branding.",
"version": "0.0.1",
"module": "index.ts",
"unpkg": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@puik/theme",
"description": "PUIK theme - CSS classes of Prestashop UI Kit.",
"version": "0.0.1",
"description": "Puik component Theme",
"main": "index.css",
"style": "index.css",
"unpkg": "index.css",
Expand Down
1 change: 1 addition & 0 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@puik/tokens",
"description": "PUIK tokens - PrestaShop UI kit tokens.",
"version": "0.0.1",
"license": "MIT",
"main": "index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@puik/utils",
"description": "PUIK utils - Set of useful functions used by PrestaShop UI Kit.",
"version": "0.0.1",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 0e4c3cf

Please sign in to comment.