Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #324 - update description key in package.json files #325

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading