summaryrefslogtreecommitdiff
path: root/js/version.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/version.ts')
-rw-r--r--js/version.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/version.ts b/js/version.ts
index 471072d81..3ceade24e 100644
--- a/js/version.ts
+++ b/js/version.ts
@@ -9,7 +9,7 @@ export const version: Version = {
deno: "",
v8: "",
// This string will be replaced by rollup
- typescript: `ROLLUP_REPLACE_TS_VERSION`
+ typescript: `DENO_REPLACE_TS_VERSION`
};
/**