Skip to content

Commit d4c1640

Browse files
committed
update node >= 8
1 parent 49bb147 commit d4c1640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Install
55

6-
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
6+
*Requires [Node.js](https://nodejs.org) 8+ and the Alfred 3 or 4 [Powerpack](https://www.alfredapp.com/powerpack/).*
77

88
- install with `npm install -g alfred-google-translate`
99
- or [download](https://github.com/xfslove/alfred-google-translate/releases/tag/v2.0.6) workflow

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/xfslove/alfred-google-translate"
1111
},
1212
"engines": {
13-
"node": ">=4"
13+
"node": ">=8"
1414
},
1515
"scripts": {
1616
"test": "xo && ava",

0 commit comments

Comments
 (0)