You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/03/05 09:06:23 UTC

[incubator-skywalking-ui] 04/05: Update package.json

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

hanahmily pushed a commit to branch docs/5.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit 66e5417ee1bcc32a6104a5facaa2e097d87f43f7
Author: hanahmily <ha...@gmail.com>
AuthorDate: Mon Mar 5 16:51:19 2018 +0800

    Update package.json
---
 package.json | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 38939df..0eb2bae 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,17 @@
 {
   "name": "skywalking-ui",
   "version": "5.0.0-alpha",
-  "description": "A web interface of SkyWalking",
+  "description": "A web interface of Apache SkyWalking",
+  "homepage": "https://github.com/apache/incubator-skywalking-ui",
+  "bugs": {
+    "url" : "https://github.com/apache/incubator-skywalking-ui/issues",
+    "email" : "hanahmily@apache.org"
+  },
+  "license": "Apache-2.0",
+  "author": {
+    "name": "Hongtao Gao",
+    "email": "hanahmily@apache.org"
+  },
   "private": true,
   "scripts": {
     "precommit": "npm run lint-staged",

-- 
To stop receiving notification emails like this one, please contact
hanahmily@apache.org.