Skip to content

Commit fbbcca0

Browse files
committedFeb 2, 2018
fix: fixing manifest
1 parent fd642f1 commit fbbcca0

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"devDependencies": {
3131
"@anycli/config": "^0.3.0",
32-
"@anycli/dev-cli": "^0.1.2",
32+
"@anycli/dev-cli": "^0.1.3",
3333
"@anycli/engine": "^0.3.1",
34-
"@anycli/plugin-help": "^0.4.1",
34+
"@anycli/plugin-help": "^0.4.3",
3535
"@anycli/plugin-version": "^0.1.29",
3636
"@anycli/test": "^0.10.3",
3737
"@anycli/tslint": "^0.2.2",

‎yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
lodash "^4.17.4"
3434
read-pkg "^3.0.0"
3535

36-
"@anycli/dev-cli@^0.1.2":
37-
version "0.1.2"
38-
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.2.tgz#61dfe4bf7f038425ace0ef903828c6e169e434fa"
36+
"@anycli/dev-cli@^0.1.3":
37+
version "0.1.3"
38+
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.3.tgz#bd3d1229d17c2f61176f872923d4841a539a0cb3"
3939
dependencies:
4040
"@anycli/command" "^0.3.7"
4141
"@anycli/config" "^0.3.0"
@@ -77,7 +77,7 @@
7777
chalk "^2.3.0"
7878
lodash "^4.17.4"
7979

80-
"@anycli/plugin-help@^0.4.0", "@anycli/plugin-help@^0.4.1":
80+
"@anycli/plugin-help@^0.4.0":
8181
version "0.4.1"
8282
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.1.tgz#ee8aaaa8cf611f77d10725a6f5e27163e4ff95c4"
8383
dependencies:
@@ -91,6 +91,20 @@
9191
widest-line "^2.0.0"
9292
wrap-ansi "^3.0.1"
9393

94+
"@anycli/plugin-help@^0.4.3":
95+
version "0.4.3"
96+
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.3.tgz#bc3dfafefc813cdf9877272125c60bd40238e431"
97+
dependencies:
98+
"@anycli/command" "^0.3.7"
99+
"@anycli/screen" "^0.0.3"
100+
chalk "^2.3.0"
101+
cli-ux "^3.3.13"
102+
indent-string "^3.2.0"
103+
lodash "^4.17.4"
104+
string-width "^2.1.1"
105+
widest-line "^2.0.0"
106+
wrap-ansi "^3.0.1"
107+
94108
"@anycli/plugin-not-found@^0.1.10":
95109
version "0.1.10"
96110
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.10.tgz#3d99f748a7a025aaa89486b2eec08481fb7d6789"

0 commit comments

Comments
 (0)