This commit is contained in:
Ry Dahl 2020-01-02 08:41:25 -05:00 committed by GitHub
parent d4f2fda623
commit 328fef9cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 15 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_cli"
version = "0.27.0"
version = "0.28.0"
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.27.0" }
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
[dependencies]
deno = { path = "../core", version = "0.27.0" }
deno_typescript = { path = "../deno_typescript", version = "0.27.0" }
deno = { path = "../core", version = "0.28.0" }
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
ansi_term = "0.12.1"
atty = "0.2.13"