Skip to content

Commit

Permalink
fix: reduce minimum Node version to v10+
Browse files Browse the repository at this point in the history
There's no real reason why v10.18+ is required, v10+ is perfectly adequate.
  • Loading branch information
connor-baer committed Aug 21, 2020
1 parent 71b2ed5 commit 69f3a0d
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 @@ -22,7 +22,7 @@ Format 🔢 numbers and 💱currency values for any locale with the [ECMAScript

## Installation

[`@sumup/intl`](https://www.npmjs.com/package/sumup/intl) needs to be installed as a dependency via the [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com) package managers. The npm CLI ships with [Node](https://nodejs.org/en/). You can read how to install the Yarn CLI in [their documentation](https://yarnpkg.com/en/docs/install). `@sumup/intl` requires Node v10.18+.
[`@sumup/intl`](https://www.npmjs.com/package/sumup/intl) needs to be installed as a dependency via the [Yarn](https://yarnpkg.com) or [npm](https://www.npmjs.com) package managers. The npm CLI ships with [Node](https://nodejs.org/en/). You can read how to install the Yarn CLI in [their documentation](https://yarnpkg.com/en/docs/install). `@sumup/intl` requires Node v10+.

Depending on your preference, run one of the following:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"check:licenses": "license-checker --production --summary --failOn=GPLv3"
},
"engines": {
"node": ">=10.18.0"
"node": ">=10"
},
"dependencies": {
"intl-format-cache": "^4.2.27"
Expand Down

0 comments on commit 69f3a0d

Please sign in to comment.