1
0
Fork 0
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:
Antoine du Hamel 2018-10-25 14:06:14 +02:00 committed by Ryan Dahl
parent 231bb9cfb6
commit 00082352e9

View file

@ -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.