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

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