Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Aug 12, 2018
1 parent 0ce10cf commit 39f895d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@ava/babel-preset-stage-4",
"version": "2.0.0-beta.8",
"description": "Efficiently applies the minimum of transforms to run stage 4 code on Node.js 6 and 8",
"description": "Efficiently applies the minimum of transforms to run stage 4 code on Node.js 6, 8 and 10",
"license": "MIT",
"repository": "avajs/babel-preset-stage-4",
"author": "Mark Wubben (https://novemberborn.net)",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -4,7 +4,7 @@
Aspires to bring [finished ECMAScript proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md) to AVA's test and helper files.

Efficiently applies the minimum of transforms to run the latest JavaScript syntax on Node.js 6 and 8.
Efficiently applies the minimum of transforms to run the latest JavaScript syntax on Node.js 6, 8 and 10.

Built-ins are not added or extended, so features like Proxies, `Array.prototype.includes` or `String.prototype.padStart` will only be available if the Node.js version running the tests supports it. Consult [node.green] for details.

Expand Down

0 comments on commit 39f895d

Please sign in to comment.