This commit is contained in:
Ryan Dahl 2019-11-26 08:22:18 -08:00 committed by Ry Dahl
parent 9712e0c315
commit 2cd22b5437
5 changed files with 37 additions and 13 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
version = "0.24.0"
version = "0.25.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.24.0" }
deno = { path = "../core", version = "0.25.0" }
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }