Skip to content

Commit d6d941c

Browse files
authored
chore(cli): update plugin template (#13882)
1 parent a0113a8 commit d6d941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/templates/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pretest": "pnpm build"
2323
},
2424
"dependencies": {
25-
"@tauri-apps/api": ">=2.0.0-beta.6"
25+
"@tauri-apps/api": "^2.0.0"
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "^12.0.0",

0 commit comments

Comments
 (0)