From d664cd4c302a5439aa0e3a1f0113c1d774a9ace4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=98=E4=BC=9F=E5=BA=B7?= <642827353@qq.com> Date: Wed, 28 Sep 2022 21:50:50 +0800 Subject: [PATCH] release: 1.1.4 --- packages/echarts/package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/echarts/package.json b/packages/echarts/package.json index c5ac715..dd1d441 100644 --- a/packages/echarts/package.json +++ b/packages/echarts/package.json @@ -1,6 +1,6 @@ { "name": "taro-react-echarts", - "version": "1.1.3", + "version": "1.1.4", "description": "taro图表", "scripts": { "build:echarts": "rimraf dist && rollup --config ./rollup.config.js", @@ -17,8 +17,8 @@ ], "author": "qiuweikang", "license": "MIT", - "main": "src/index.ts", - "module": "src/index.ts", + "main": "dist/index.js", + "module": "dist/index.esm.js", "publishConfig": { "registry": "https://registry.npmjs.org", "main": "dist/index.js", @@ -72,6 +72,5 @@ "bugs": { "url": "https://github.com/qiuweikangdev/taro-react-echarts/issues" }, - "homepage": "https://github.com/qiuweikangdev/taro-react-echarts#readme", - "types": "src/core/types.ts" + "homepage": "https://github.com/qiuweikangdev/taro-react-echarts#readme" } \ No newline at end of file