We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673e577 commit a296ba9Copy full SHA for a296ba9
2 files changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
run: pnpm build
32
33
release:
34
- name: Release or Publish
+ name: Release
35
needs: build
36
if: ${{ github.event_name == 'push' }}
37
runs-on: ubuntu-latest
package.json
@@ -51,7 +51,7 @@
51
"vitest": "^4.0.16"
52
},
53
"peerDependencies": {
54
- "getbox": ">= 0.2.0",
+ "getbox": ">= 1.0.0 <2.0.0",
55
"sade": ">= 1.8.1"
56
}
57
0 commit comments