You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/12/23 01:21:53 UTC

[incubator-echarts] 01/01: chore: update keywords, description, homepage information and add bugs field in package.json.

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

wangzx pushed a commit to branch keywords
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit cde40605f486b8198c33f8a7bf87cf3d2b86a925
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Wed Dec 23 09:17:49 2020 +0800

    chore: update keywords, description, homepage information and add bugs field in package.json.
---
 .asf.yaml    |  2 +-
 package.json | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e224fed..c872351 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: Apache ECharts (incubating) is a powerful, interactive charting and data visualization library for browser
-  homepage: https://echarts.apache.org/
+  homepage: https://echarts.apache.org
   labels:
     - echarts
     - data-visualization
diff --git a/package.json b/package.json
index 8d29d7b..d2b3be4 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,28 @@
 {
   "name": "echarts",
   "version": "5.0.0",
-  "description": "A powerful charting and visualization library for browser",
+  "description": "Apache ECharts (incubating) is a powerful, interactive charting and data visualization library for browser",
   "license": "Apache-2.0",
   "keywords": [
+    "echarts",
+    "data-visualization",
+    "charts",
+    "charting-library",
     "visualization",
-    "canvas"
+    "apache",
+    "data-viz",
+    "canvas",
+    "svg"
   ],
   "main": "index.js",
   "module": "echarts.all.js",
   "jsdelivr": "dist/echarts.min.js",
   "types": "types/dist/echarts.d.ts",
-  "homepage": "http://echarts.apache.org",
+  "homepage": "https://echarts.apache.org",
+  "bugs": {
+    "url": "https://github.com/apache/incubator-echarts/issues",
+    "email": "dev@echarts.apache.org"
+  },
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/incubator-echarts.git"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org