mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
doc: update TS and V8 version in README file
Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041
This commit is contained in:
parent
231bb9cfb6
commit
00082352e9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
## A secure TypeScript runtime built on V8
|
||||
|
||||
- Supports TypeScript 3.0 out of the box. Uses V8 7.0. That is, it's very modern
|
||||
- Supports TypeScript 3.1 out of the box. Uses V8 7.1. That is, it's very modern
|
||||
JavaScript.
|
||||
|
||||
- No `package.json`. No npm. Not explicitly compatible with Node.
|
||||
|
|
Loading…
Reference in a new issue