Bladeren bron

fix(covector): cli.rs has no dependency on cli.js, api or core

Lucas Nogueira 4 jaren geleden
bovenliggende
commit
22f83c4706
1 gewijzigde bestanden met toevoegingen van 1 en 5 verwijderingen
  1. 1 5
      .changes/config.json

+ 1 - 5
.changes/config.json

@@ -282,11 +282,7 @@
       "path": "./tooling/cli.rs",
       "manager": "rust",
       "dependencies": [
-        "api",
-        "tauri-bundler",
-        "tauri",
-        "tauri-build",
-        "cli.js"
+        "tauri-bundler"
       ],
       "postversion": "cargo check"
     },