This commit is contained in:
Bartek Iwańczuk 2020-04-16 16:47:12 +02:00 committed by GitHub
parent 0c48470b35
commit 00fa4858b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
version = "0.40.0"
version = "0.41.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.40.0" }
deno_core = { path = "../core", version = "0.41.0" }
serde_json = "1.0.51"
serde = { version = "1.0.106", features = ["derive"] }