Add default-run (+ clean up old references) (#2876)

This commit is contained in:
Nayeem Rahman 2019-09-07 03:31:56 +01:00 committed by Ryan Dahl
parent 699d2ae4bb
commit 8e3c879d13
3 changed files with 2 additions and 3 deletions

View file

@ -14,6 +14,7 @@ path = "main.rs"
name = "deno_cli"
version = "0.17.0"
edition = "2018"
default-run = "deno"
[dependencies]
deno = { path = "../core" }