diff --git a/README.md b/README.md index a59e792..833da27 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ## Install -*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/).* - install with `npm install -g alfred-language-configuration` -- or [download](https://github.com/xfslove/alfred-language-configuration/releases/tag/v1.0.2) workflow +- or [download](https://github.com/xfslove/alfred-language-configuration/releases/tag/v1.0.3) workflow ## [Changelog](https://github.com/xfslove/alfred-language-configuration/releases) diff --git a/package.json b/package.json index 8e7e5eb..47e5330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfred-language-configuration", - "version": "1.0.2", + "version": "1.0.3", "description": "Alfred 3 workflow alfred-google-translate language configuration", "license": "MIT", "repository": "xfslove/alfred-language-configuration", @@ -10,7 +10,7 @@ "url": "https://github.com/xfslove/alfred-language-configuration" }, "engines": { - "node": ">=4" + "node": ">=8" }, "scripts": { "test": "xo && ava", @@ -32,7 +32,7 @@ "alfy" ], "dependencies": { - "alfy": "^0.6.0", + "alfy": "^0.9.0", "configstore": "^2.0.0" }, "devDependencies": {