diff --git a/package-lock.json b/package-lock.json index aafbf1d0f..95c43968c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/core", - "version": "3.21.0-alpha.2", + "version": "3.21.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3ffae9e3a..df0e9cc96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/core", "description": "The libraries that power all of Lando.", - "version": "3.21.0-alpha.2", + "version": "3.21.0-alpha.3", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/core", @@ -149,6 +149,7 @@ "through", "valid-url", "winston", - "wrap-ansi" + "wrap-ansi", + "yargs-parser" ] }