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

[openwhisk-vscode-extension] branch master updated: Update package.json (#10)

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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new df3d9a7  Update package.json (#10)
df3d9a7 is described below

commit df3d9a790326664a7b42f88627c6133375ea81a0
Author: Seonghyun Oh <oh...@navercorp.com>
AuthorDate: Thu May 27 17:59:09 2021 +0900

    Update package.json (#10)
---
 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"
 	},