diff options
Diffstat (limited to 'js/version.ts')
-rw-r--r-- | js/version.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/js/version.ts b/js/version.ts index 984550a74..471072d81 100644 --- a/js/version.ts +++ b/js/version.ts @@ -3,14 +3,13 @@ interface Version { deno: string; v8: string; typescript: string; - gnArgs: string; } export const version: Version = { deno: "", v8: "", - typescript: "TS_VERSION", // This string will be replaced by rollup - gnArgs: `GN_ARGS` // This string will be replaced by rollup + // This string will be replaced by rollup + typescript: `ROLLUP_REPLACE_TS_VERSION` }; /** |