Skip to content

Commit b876453

Browse files
Revert "chore: bump version to 0.1.4"
This reverts commit ec5a09a.
1 parent ec5a09a commit b876453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstaticfish/actionflow",
3-
"version": "0.1.4",
3+
"version": "0.1.3",
44
"description": "A terminal UI tool for managing and installing GitHub Actions workflow templates",
55
"license": "MIT",
66
"author": "OpenStaticFish <contact@openstaticfish.com>",
@@ -43,7 +43,7 @@
4343
"engines": {
4444
"bun": ">=1.0.0"
4545
},
46-
"scripts": {
46+
"scripts": {
4747
"postinstall": "bun run build:prod",
4848
"start": "bun run src/tui/index.tsx",
4949
"build": "bun build src/tui/index.tsx --outdir=dist --target=bun",

0 commit comments

Comments
 (0)