Skip to content

Commit

Permalink
update alfy version
Browse files Browse the repository at this point in the history
  • Loading branch information
xfslove committed Sep 2, 2019
1 parent 168941d commit 3c60522
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/xfslove/alfred-language-configuration"
},
"engines": {
"node": ">=4"
"node": ">=8"
},
"scripts": {
"test": "xo && ava",
Expand All @@ -32,7 +32,7 @@
"alfy"
],
"dependencies": {
"alfy": "^0.6.0",
"alfy": "^0.9.0",
"configstore": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3c60522

Please sign in to comment.