Skip to content

Commit

Permalink
docs: remove reference to Node 10+ req for create (#881)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed Sep 21, 2020
1 parent a9434f9 commit a95d2d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit a95d2d8

@vercel
Copy link

@vercel vercel bot commented on a95d2d8 Sep 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.