fix(covector): tauri-utils before tauri-bundler

This commit is contained in:
Lucas Nogueira 2022-02-10 18:42:50 -03:00
parent a1cac948d9
commit 7c0fb73bb8
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

View File

@ -206,6 +206,10 @@
}
]
},
"tauri-utils": {
"path": "./core/tauri-utils",
"manager": "rust"
},
"tauri-bundler": {
"path": "./tooling/bundler",
"manager": "rust",
@ -213,10 +217,6 @@
"tauri-utils"
]
},
"tauri-utils": {
"path": "./core/tauri-utils",
"manager": "rust"
},
"tauri-runtime": {
"path": "./core/tauri-runtime",
"manager": "rust",