Browse Source

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

Lucas Nogueira 3 years ago
parent
commit
7c0fb73bb8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .changes/config.json

+ 4 - 4
.changes/config.json

@@ -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",