From 0076d8b97ad6effe9bdc92b2e707a44b0d7ad76a Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Mon, 21 Sep 2020 01:26:11 -0400 Subject: [PATCH] docs: remove reference to Node 10+ req for create - TSDX itself has a Node 10 requirement on package.json#engines now, so this is fairly explicit already and not limited to `tsdx create` anymore either - Node 8 was also EoL quite a while ago at the end of last year, so this isn't quite as important of a note anymore --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 12a5e3f43..f8a459965 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,6 @@ cd mylib yarn start ``` -_Requires Node `>= 10`._ - - That's it. You don't need to worry about setting up TypeScript or Rollup or Jest or other plumbing. Just start editing `src/index.ts` and go! Below is a list of commands you will probably find useful: