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/11/09 05:45:07 UTC

[incubator-echarts] branch add-ts-lib created (now b6b5f2a)

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

shenyi pushed a change to branch add-ts-lib
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


      at b6b5f2a  chore: add tslib in dependencies

This branch includes the following new commits:

     new b6b5f2a  chore: add tslib in dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-echarts] 01/01: chore: add tslib in dependencies

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b6b5f2af47ff90bcff73856710f2b5d513cf38f1
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Nov 9 13:44:24 2020 +0800

    chore: add tslib in dependencies
---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 46edfef..2d5f92c 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,8 @@
     "lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
   },
   "dependencies": {
-    "zrender": "5.0.0-beta.2"
+    "zrender": "5.0.0-beta.2",
+    "tslib": "1.10.0"
   },
   "devDependencies": {
     "@babel/core": "7.3.4",


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