Skip to content

Commit d517cdf

Browse files
committed
Update config-plugin dep version, patch update to 2.1.1
1 parent 1df94cf commit d517cdf

File tree

3 files changed

+21
-35
lines changed

3 files changed

+21
-35
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ npm install -g @adobe/aio-cli
4242
$ aio COMMAND
4343
running command...
4444
$ aio (-v|--version|version)
45-
@adobe/aio-cli/2.1.0-dev darwin-x64 node-v10.16.1
45+
@adobe/aio-cli/2.1.1 darwin-x64 node-v12.3.1
4646
$ aio --help [COMMAND]
4747
USAGE
4848
$ aio COMMAND

package-lock.json

Lines changed: 18 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@adobe/aio-cli",
33
"description": "Adobe I/O Extensible CLI\n\n******* *******\n****** ******\n***** *****\n**** * ****\n*** *** ***\n** ***** **\n* ** *\n",
4-
"version": "2.1.0-dev",
4+
"version": "2.1.1",
55
"author": "Adobe Inc.",
66
"bin": {
77
"aio": "./bin/run"
88
},
99
"bugs": "https://github.com/adobe/aio-cli/issues",
1010
"dependencies": {
11-
"@adobe/aio-cli-plugin-config": "^2.0.1",
11+
"@adobe/aio-cli-plugin-config": "^2.0.2",
1212
"@adobe/aio-cli-plugin-console": "^2.0.3",
1313
"@adobe/aio-cli-plugin-jwt-auth": "^2.0.3",
1414
"@adobe/aio-cli-plugin-runtime": "^1.1.0",

0 commit comments

Comments
 (0)