Skip to content

Commit

Permalink
make pcks public
Browse files Browse the repository at this point in the history
  • Loading branch information
timephy committed May 24, 2024
1 parent 12fffe9 commit 65836eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/tui-colors-tw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"type": "module"
"type": "module",
"private": false
}
3 changes: 2 additions & 1 deletion packages/tui-components-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"svelte": "^5.0.0-next.1",
"svelte-awesome": "^3.3.1"
},
"type": "module"
"type": "module",
"private": false
}
3 changes: 2 additions & 1 deletion packages/tui-components-tw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"peerDependencies": {
"tailwindcss": ">=3.0.0"
},
"type": "module"
"type": "module",
"private": false
}
5 changes: 3 additions & 2 deletions packages/tui-icons-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@timephy/tui-icons-svelte",
"type": "module",
"version": "1.11.3",
"homepage": "https://github.com/timephy/tui/tree/main/tui-icons-svelte#readme",
"description": "The Bootstrap SVG icons converted to be used with Svelte Awesome",
Expand Down Expand Up @@ -29,5 +28,7 @@
"bun": "^1.1.3",
"svg-parser": "^2.0.4",
"typescript": "^5.4.5"
}
},
"type": "module",
"private": false
}

0 comments on commit 65836eb

Please sign in to comment.