Skip to content

Commit

Permalink
fix: zrender version should be fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed May 6, 2020
1 parent 167ee79 commit a74ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint:dist": "echo 'It might take a while. Please wait ...' && ./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
},
"dependencies": {
"zrender": "^4.3.1"
"zrender": "4.3.1"
},
"devDependencies": {
"@babel/core": "7.3.4",
Expand Down

0 comments on commit a74ce97

Please sign in to comment.