Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuweikangdev committed Sep 28, 2022
1 parent e780c40 commit d664cd4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/echarts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit d664cd4

Please sign in to comment.