mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 10:52:33 +00:00
Fix deno_typescript repository url in Cargo.toml (#3053)
This commit is contained in:
parent
37bbd928e0
commit
c878a14365
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "deno_typescript"
|
||||||
version = "0.19.0"
|
version = "0.19.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "To compile TypeScript to a snapshot during build.rs"
|
description = "To compile TypeScript to a snapshot during build.rs"
|
||||||
repository = "https://github.com/ry/deno_typescript"
|
repository = "https://github.com/denoland/deno"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue