From d15e9055a752a0d00790356a6007d4229141778e Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Mon, 4 Nov 2019 00:45:14 +0800 Subject: [PATCH] doc: update support node version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a077893..3c3664f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [Writing a custom ASTConvert](#plugins) for more details. The files to be converted must meet the criterias below: - Scripts must be written in Typescript. (JavaScript may be supported in the future.) - All syntax must be valid. -- Node.js >= 10.x +- Node.js >= 8.16 ### supported feature - vue-class-component