Skip to content

Commit

Permalink
fix package.json bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xfslove committed Dec 6, 2018
1 parent a9db3d7 commit 65575e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-google-translate",
"version": "1.1.2",
"version": "1.1.3",
"description": "Alfred 3 workflow to translate between zh-cn and en with google tanslate api",
"license": "MIT",
"repository": "xfslove/alfred-google-translate",
Expand All @@ -18,9 +18,10 @@
"preuninstall": "alfy-cleanup"
},
"files": [
"translate-api/index.js",
"translate-api/languages.js",
"translate-token/index.js",
"tts.js",
"languages.js",
"translate.js",
"token.js",
"index.js",
"icon.png",
"info.plist"
Expand Down

0 comments on commit 65575e8

Please sign in to comment.