We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb147 commit d4c1640Copy full SHA for d4c1640
README.md
@@ -3,7 +3,7 @@
3
4
## Install
5
6
-*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
+*Requires [Node.js](https://nodejs.org) 8+ and the Alfred 3 or 4 [Powerpack](https://www.alfredapp.com/powerpack/).*
7
8
- install with `npm install -g alfred-google-translate`
9
- or [download](https://github.com/xfslove/alfred-google-translate/releases/tag/v2.0.6) workflow
package.json
@@ -10,7 +10,7 @@
10
"url": "https://github.com/xfslove/alfred-google-translate"
11
},
12
"engines": {
13
- "node": ">=4"
+ "node": ">=8"
14
15
"scripts": {
16
"test": "xo && ava",
0 commit comments