mirror of https://github.com/tauri-apps/tauri
fix(js-cli) regression on template's default tauri version
This commit is contained in:
parent
0b30d8d618
commit
ae51d9573e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tauri",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
|
||||
"bin": {
|
||||
"tauri": "./bin/tauri.js"
|
||||
|
|
|
@ -17,7 +17,7 @@ serde_derive = "1.0"
|
|||
tiny_http = "0.6"
|
||||
phf = "0.7.24"
|
||||
includedir = "0.5.0"
|
||||
tauri = <%= tauriDep || `"0.1.0"` %>
|
||||
tauri = <%= tauriDep || `{ version = "0.1.0" }` %>
|
||||
|
||||
[features]
|
||||
dev = ["tauri/dev"] # has no explicit dependencies
|
||||
|
|
Loading…
Reference in New Issue