mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix: fix wrong cli metadata (#5214)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
This commit is contained in:
7
.changes/metadata.md
Normal file
7
.changes/metadata.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"cli.rs": "patch"
|
||||
"cli.js": "patch"
|
||||
---
|
||||
|
||||
Fix wrong cli metadata that caused new projects (created through `tauri init`) fail to build
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "1.1.0",
|
||||
"tauri-build": "1.1.4"
|
||||
"tauri-build": "1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user