mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
v1.1.3
This commit is contained in:
parent
2b0dc32718
commit
be07aaed84
6 changed files with 52 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "deno_typescript"
|
||||
version = "0.48.2"
|
||||
version = "0.48.3"
|
||||
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.48.2" }
|
||||
deno_core = { path = "../core", version = "0.48.3" }
|
||||
serde_json = "1.0.55"
|
||||
serde = { version = "1.0.112", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue