Skip to content

Commit a296ba9

Browse files
committed
Bump getbox version
1 parent 673e577 commit a296ba9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm build
3232

3333
release:
34-
name: Release or Publish
34+
name: Release
3535
needs: build
3636
if: ${{ github.event_name == 'push' }}
3737
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"vitest": "^4.0.16"
5252
},
5353
"peerDependencies": {
54-
"getbox": ">= 0.2.0",
54+
"getbox": ">= 1.0.0 <2.0.0",
5555
"sade": ">= 1.8.1"
5656
}
5757
}

0 commit comments

Comments
 (0)