rename package
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-18 14:57:51 -04:00
parent d4157d9a96
commit 2239228062
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}`,
},