Skip to content

Commit 261d06a

Browse files
authored
Merge pull request #58 from th0r/update-deps
Update dependencies and drop Node.js < 10.19
2 parents 99481cc + 061d711 commit 261d06a

File tree

5 files changed

+2609
-2723
lines changed

5 files changed

+2609
-2723
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"presets": [
33
["@babel/preset-env", {
44
"targets": {
5-
"node": "8.10"
5+
"node": "10.19"
66
}
77
}]
88
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Take a look at this demo:
1111
![npm-upgrade outdated packages](https://cloud.githubusercontent.com/assets/302213/11168821/08311b90-8bb2-11e5-9a71-5da73682ed44.gif)
1212

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

1616
Then install this utility as global npm-module:
1717
```sh

0 commit comments

Comments
 (0)