You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/03/12 06:48:29 UTC

[incubator-echarts-doc] branch master updated: change repository url and license

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 28a3b0c  change repository url and license
     new 9c05ef9  Merge pull request #90 from susiwen8/change
28a3b0c is described below

commit 28a3b0cefeb7bd21cf15f919e8f57b86e973b5b7
Author: susiwen8 <su...@gmail.com>
AuthorDate: Fri Feb 28 14:06:55 2020 +0800

    change repository url and license
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 62a1a45..2dae0e0 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "Documentation of ECharts",
   "repository": {
     "type": "git",
-    "url": "git@github.com:ecomfe/echarts-doc.git"
+    "url": "https://github.com/apache/incubator-echarts-doc"
   },
   "scripts": {
     "build": "node build.js --env asf",
@@ -15,7 +15,7 @@
     "dev": "npx concurrently --kill-others \"npm run watch\" \"npm run watch:site\" \"npm run server\""
   },
   "author": "shenyi",
-  "license": "BSD",
+  "license": "Apache License 2.0",
   "devDependencies": {
     "@babel/core": "^7.7.2",
     "@babel/preset-env": "^7.7.1",


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