summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorNayeem Rahman <muhammed.9939@gmail.com>2019-09-07 03:31:56 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-09-06 22:31:56 -0400
commit8e3c879d1387d8b618904bf0bc8bc23e77a1114c (patch)
tree7fa1b71bfcf0e4bee453d1e25caa00a9cf342565 /cli
parent699d2ae4bb59babdbd73144635ed4a41869253ce (diff)
Add default-run (+ clean up old references) (#2876)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 119f6b16b..a56fddeaf 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,7 @@ path = "main.rs"
name = "deno_cli"
version = "0.17.0"
edition = "2018"
+default-run = "deno"
[dependencies]
deno = { path = "../core" }