rename package
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-18 14:57:51 -04:00
parent f97eacfbeb
commit fe862ac2c7
6 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ await $`cp ./script/postinstall.mjs ./dist/${pkg.name}/postinstall.mjs`
await Bun.file(`./dist/${pkg.name}/package.json`).write(
JSON.stringify(
{
name: pkg.name + "-ai",
name: pkg.name,
bin: {
[pkg.name]: `./bin/${pkg.name}`,
},