Skip to content

Commit 7c0fb73

Browse files
committed
fix(covector): tauri-utils before tauri-bundler
1 parent a1cac94 commit 7c0fb73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.changes/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,17 +206,17 @@
206206
}
207207
]
208208
},
209+
"tauri-utils": {
210+
"path": "./core/tauri-utils",
211+
"manager": "rust"
212+
},
209213
"tauri-bundler": {
210214
"path": "./tooling/bundler",
211215
"manager": "rust",
212216
"dependencies": [
213217
"tauri-utils"
214218
]
215219
},
216-
"tauri-utils": {
217-
"path": "./core/tauri-utils",
218-
"manager": "rust"
219-
},
220220
"tauri-runtime": {
221221
"path": "./core/tauri-runtime",
222222
"manager": "rust",

0 commit comments

Comments
 (0)