This commit is contained in:
Ryan Dahl 2020-06-03 12:52:01 -04:00 committed by GitHub
parent aa39dfc62f
commit 515d19d901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 12 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
version = "0.47.0"
version = "0.47.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_core = { path = "../core", version = "0.47.0" }
deno_core = { path = "../core", version = "0.47.1" }
serde_json = "1.0.53"
serde = { version = "1.0.111", features = ["derive"] }