fix: add version + registry to wfe-deno path dep for publishing
This commit is contained in:
@@ -9,7 +9,7 @@ description = "Deno bindings for the WFE workflow engine"
|
||||
|
||||
[dependencies]
|
||||
wfe-core = { workspace = true, features = ["test-support"] }
|
||||
wfe = { path = "../wfe" }
|
||||
wfe = { version = "1.7.0", path = "../wfe", registry = "sunbeam" }
|
||||
deno_core = { workspace = true }
|
||||
deno_error = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user