summaryrefslogtreecommitdiff
path: root/cli/version.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/version.rs')
-rw-r--r--cli/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/version.rs b/cli/version.rs
index 44e394d18..a62d904f8 100644
--- a/cli/version.rs
+++ b/cli/version.rs
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
pub const DENO: &str = env!("CARGO_PKG_VERSION");
-pub const TYPESCRIPT: &str = deno_cli_snapshots::TS_VERSION;
+pub const TYPESCRIPT: &str = crate::js::TS_VERSION;
pub fn v8() -> &'static str {
deno::v8_version()