Skip to content

Commit

Permalink
release: 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deboyblog committed Sep 21, 2020
1 parent 2910223 commit e01a27c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-auto-cli",
"version": "0.0.9",
"version": "0.0.10",
"description": "Translate simplified Chinese to traditional Chinese (HK TW)",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/deboyblog/i18n-auto.git"
"url": "git+https://github.com/deboyblog/i18n-auto-cli.git"
},
"keywords": [
"auto-tanslate-tool"
],
"author": "Deboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/deboyblog/i18n-auto/issues"
"url": "https://github.com/deboyblog/i18n-auto-cli/issues"
},
"homepage": "https://github.com/deboyblog/i18n-auto#readme",
"homepage": "https://github.com/deboyblog/i18n-auto-cli#readme",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.18.1",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"fs": "^0.0.1-security",
Expand Down
25 changes: 14 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

axios@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
axios@^0.18.1:
version "0.18.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
dependencies:
follow-redirects "^1.3.0"
is-buffer "^1.1.5"
follow-redirects "1.5.10"
is-buffer "^2.0.2"

chalk@^2.4.2:
version "2.4.2"
Expand Down Expand Up @@ -47,9 +48,10 @@ escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

follow-redirects@^1.3.0:
version "1.6.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.6.1.tgz#514973c44b5757368bad8bddfe52f81f015c94cb"
[email protected]:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
dependencies:
debug "=3.1.0"

Expand All @@ -65,9 +67,10 @@ [email protected]:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"

is-buffer@^1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
is-buffer@^2.0.2:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit e01a27c

Please sign in to comment.