This commit is contained in:
Ryan Dahl 2020-01-24 11:07:53 -05:00 committed by GitHub
parent fe427eedb1
commit 8bc639a23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 16 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
version = "0.30.1"
version = "0.31.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_core = { path = "../core", version = "0.30.1" }
deno_core = { path = "../core", version = "0.31.0" }
serde_json = "1.0.44"
serde = { version = "1.0.104", features = ["derive"] }