Compare commits

...

2 Commits

Author SHA1 Message Date
839f4fa4fd Bump version to 0.0.17 2026-03-12 15:49:35 -07:00
b03c997508 Bump version to 0.0.16 2026-03-12 15:49:05 -07:00

View File

@ -1,6 +1,6 @@
{
"name": "baudy",
"version": "0.0.15",
"version": "0.0.17",
"module": "index.tsx",
"type": "module",
"bin": {
@ -10,7 +10,7 @@
"toes": "bun run --watch index.tsx",
"start": "bun run index.tsx",
"dev": "bun run --hot index.tsx",
"publish": "bash publish.sh"
"release": "bash publish.sh"
},
"toes": {
"icon": "🖥️"