Skip to content

Commit

Permalink
fix ssh error for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swim2sun committed Jul 11, 2022
1 parent 700a276 commit bb3311e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev",
"tauri-plugin-store-api": "git+https://github.com/tauri-apps/tauri-plugin-store#dev",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8753,9 +8753,9 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==

"tauri-plugin-store-api@github:tauri-apps/tauri-plugin-store#dev":
"tauri-plugin-store-api@git+https://github.com/tauri-apps/tauri-plugin-store#dev":
version "0.1.0"
resolved "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#9e3732e0cf53b72ced6903583660cd7c5f756781"
resolved "git+https://github.com/tauri-apps/tauri-plugin-store#9e3732e0cf53b72ced6903583660cd7c5f756781"
dependencies:
"@tauri-apps/api" "1.0.1"
tslib "2.4.0"
Expand Down

0 comments on commit bb3311e

Please sign in to comment.