Skip to content

Commit

Permalink
Update ECMAScript 2017 (ES8) to ECMAScript 2018 (ES9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Feb 6, 2022
1 parent 45b17a1 commit 190321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `peek-readable` contains one class: `StreamReader`, which reads from a [stre

### Compatibility

NPM module is compliant with [ECMAScript 2017 (ES8)](https://en.wikipedia.org/wiki/ECMAScript#8th_Edition_-_ECMAScript_2017).
NPM module is compliant with [ECMAScript 2018 (ES9)](https://en.wikipedia.org/wiki/ECMAScript#9th_Edition_%E2%80%93_ECMAScript_2018).

## Examples

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"inlineSources": false,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2017",
"target": "ES2018",
"strict": true
}
}
Expand Down

0 comments on commit 190321c

Please sign in to comment.