Skip to content

Commit 762924b

Browse files
committed
chore: bump to v0.5.0-rc.1
1 parent e5462dc commit 762924b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@falcondev-oss/trpc-vue-query",
33
"type": "module",
4-
"version": "0.5.0-rc.0",
5-
"packageManager": "pnpm@8.15.3",
4+
"version": "0.5.0-rc.1",
65
"description": "A tRPC wrapper around '@tanstack/vue-query'",
76
"license": "MIT",
87
"repository": "github:falcondev-oss/trpc-vue-query",
@@ -22,6 +21,10 @@
2221
"files": [
2322
"dist"
2423
],
24+
"engines": {
25+
"node": "20",
26+
"pnpm": "9"
27+
},
2528
"scripts": {
2629
"build": "tsup",
2730
"lint": "eslint --cache . && prettier --check --cache .",

0 commit comments

Comments
 (0)