This commit is contained in:
Ryan Dahl 2020-01-03 08:35:17 -05:00 committed by Ry Dahl
parent 5e61af7447
commit a61966a243
5 changed files with 20 additions and 15 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_cli"
version = "0.28.0"
version = "0.28.1"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@ -19,11 +19,11 @@ name = "deno"
path = "main.rs"
[build-dependencies]
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
deno_typescript = { path = "../deno_typescript", version = "0.28.1" }
[dependencies]
deno = { path = "../core", version = "0.28.0" }
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
deno = { path = "../core", version = "0.28.1" }
deno_typescript = { path = "../deno_typescript", version = "0.28.1" }
ansi_term = "0.12.1"
atty = "0.2.13"