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:08 UTC

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

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