Skip to content

Commit

Permalink
Merge pull request #58 from th0r/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and drop Node.js < 10.19
  • Loading branch information
th0r committed Feb 25, 2021
2 parents 99481cc + 061d711 commit 261d06a
Show file tree
Hide file tree
Showing 5 changed files with 2,609 additions and 2,723 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8.10"
"node": "10.19"
}
}]
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Take a look at this demo:
![npm-upgrade outdated packages](https://cloud.githubusercontent.com/assets/302213/11168821/08311b90-8bb2-11e5-9a71-5da73682ed44.gif)

## Installation
First, install [Node.js](https://nodejs.org) (at least `v8.10`).
First, install [Node.js](https://nodejs.org) (at least `v10.19`).

Then install this utility as global npm-module:
```sh
Expand Down
Loading

0 comments on commit 261d06a

Please sign in to comment.