Skip to content

Commit

Permalink
fix(covector): tauri-utils before tauri-bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 10, 2022
1 parent a1cac94 commit 7c0fb73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,17 +206,17 @@
}
]
},
"tauri-utils": {
"path": "./core/tauri-utils",
"manager": "rust"
},
"tauri-bundler": {
"path": "./tooling/bundler",
"manager": "rust",
"dependencies": [
"tauri-utils"
]
},
"tauri-utils": {
"path": "./core/tauri-utils",
"manager": "rust"
},
"tauri-runtime": {
"path": "./core/tauri-runtime",
"manager": "rust",
Expand Down

0 comments on commit 7c0fb73

Please sign in to comment.