From d0313675e4aa460821209e5512b13a027777e419 Mon Sep 17 00:00:00 2001 From: Mengting Yan Date: Tue, 9 Oct 2018 12:24:57 -0400 Subject: [PATCH] update shell-composer-plugin with composer 0.8.1 --- app/plugins/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/package.json b/app/plugins/package.json index d3953c64..fbaa2a00 100644 --- a/app/plugins/package.json +++ b/app/plugins/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@shell/composer": "git://github.com/ibm-functions/shell-composer-plugin", + "@shell/composer": "git://github.com/myan9/shell-composer-plugin.git#update_composer", "@shell/local": "git://github.com/ibm-functions/shell-local-plugin", "@shell/wskflow": "git://github.com/ibm-functions/shell-wskflow-plugin", "archiver": "^3.0.0",