You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by se...@apache.org on 2021/05/27 08:51:44 UTC

[openwhisk-vscode-extension] branch upgle-patch-1 created (now 90fde30)

This is an automated email from the ASF dual-hosted git repository.

seonghyun pushed a change to branch upgle-patch-1
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git.


      at 90fde30  Update package.json

This branch includes the following new commits:

     new 90fde30  Update package.json

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[openwhisk-vscode-extension] 01/01: Update package.json

Posted by se...@apache.org.
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 <oh...@navercorp.com>
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"
 	},