This commit is contained in:
Ryan Dahl 2019-10-28 12:03:09 -04:00 committed by Ry Dahl
parent ff9df0c321
commit 71efe6f2c5
5 changed files with 35 additions and 13 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
version = "0.21.0"
version = "0.22.0"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
repository = "https://github.com/denoland/deno"
@ -19,6 +19,6 @@ exclude = [
path = "lib.rs"
[dependencies]
deno = { path = "../core", version = "0.21.0" }
deno = { path = "../core", version = "0.22.0" }
serde_json = "1.0.40"
serde = { version = "1.0.100", features = ["derive"] }