Skip to content

Commit

Permalink
ci: set some packages to private=false
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Aug 16, 2024
1 parent 0a6ed0d commit 22941b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kanpeki/ui",
"description": "Beautiful and accessible components.",
"type": "module",
"private": true,
"private": false,
"author": {
"name": "Fellipe Utaka",
"email": "fellipeutaka@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kanpeki/hooks",
"description": "Hooks for Kanpeki",
"type": "module",
"private": true,
"private": false,
"author": {
"name": "Fellipe Utaka",
"email": "fellipeutaka@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kanpeki/utils",
"description": "Utils for Kanpeki",
"type": "module",
"private": true,
"private": false,
"author": {
"name": "Fellipe Utaka",
"email": "fellipeutaka@gmail.com",
Expand Down

0 comments on commit 22941b6

Please sign in to comment.