0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Fix deno_typescript repository url in Cargo.toml (#3053)

This commit is contained in:
JaePil Jung 2019-10-03 14:32:22 +09:00 committed by Ryan Dahl
parent 37bbd928e0
commit c878a14365

View file

@ -3,7 +3,7 @@ name = "deno_typescript"
version = "0.19.0"
license = "MIT"
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"]
edition = "2018"