Skip to content

Commit

Permalink
[chore] Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnuf committed Dec 11, 2024
1 parent 3d85b8a commit b5754b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pui-jsx",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions publish.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ async function cpy(input: string, output: string) {
return;
}

process.stdout.write("Press enter to continue... ");
for await (const _ of console) {
break;
}
// process.stdout.write("Press enter to continue... ");
// for await (const _ of console) {
// break;
// }

// await $`npm publish`.nothrow();
await $`npm publish`.nothrow();

try {
for (const f of files) {
Expand Down

0 comments on commit b5754b1

Please sign in to comment.