mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 06:31:15 +00:00
Add default-run (+ clean up old references) (#2876)
This commit is contained in:
parent
699d2ae4bb
commit
8e3c879d13
3 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,7 @@ path = "main.rs"
|
|||
name = "deno_cli"
|
||||
version = "0.17.0"
|
||||
edition = "2018"
|
||||
default-run = "deno"
|
||||
|
||||
[dependencies]
|
||||
deno = { path = "../core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue