This is an automated email from the ASF dual-hosted git repository. seonghyun pushed a commit to branch upgle-patch-1 in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git
commit 90fde30bd386a7c7f6d03719870b178b52a6624f Author: Seonghyun Oh <[email protected]> AuthorDate: Thu May 27 17:51:37 2021 +0900 Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a5699af..09ff7ef 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "openwhisk-vscode-extension", - "displayName": "VSCode Extension for Apache Openwhisk", + "displayName": "Apache Openwhisk Extension", "description": "VSCode Extension for Apache OpenWhisk", "version": "1.1.0", - "publisher": "Apache Openwhisk", - "author": "Apache Software Foundation", + "publisher": "asf", + "author": "Apache Openwhisk", "engines": { "vscode": "^1.41.0" },
