This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
commit 65c45b4aaa45362c062c640a20915d6bb26d334a Author: Alexander Klimetschek <[email protected]> AuthorDate: Tue Feb 25 18:43:22 2020 -0800 change package.json author and new repo --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3633659..9a5c0da 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,16 @@ "version": "1.1.2", "description": "Debugging and live development tool for Apache OpenWhisk", "license": "Apache-2.0", - "author": "Adobe Inc.", - "repository": "github:adobe/wskdebug", - "homepage": "https://github.com/adobe/wskdebug#readme", - "bugs": "https://github.com/adobe/wskdebug/issues", + "author": "Apache Software Foundation", + "repository": "github:apache/openwhisk-wskdebug", + "homepage": "https://github.com/apache/openwhisk-wskdebug#readme", + "bugs": "https://github.com/apache/openwhisk-wskdebug/issues", "keywords": [ "openwhisk", "debug", "debugger", - "serverless" + "serverless", + "apache" ], "main": "index.js", "bin": {
