Skip to content

Commit

Permalink
chore: beta publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
黄健 authored and 黄健 committed Dec 18, 2017
1 parent 4c82148 commit af586c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-bridge",
"version": "0.5.0-alpha.1",
"version": "0.5.0-beta.1",
"description": "echarts imperative programming bridge in MV* frontend framework.",
"main": "bundle/echarts-bridge.common.js",
"jsnext:main": "bundle/echarts-bridge.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions src/Proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class Proxy {
* @param {string} eventName
* @param {function} handler
*
* @return {MonkeyPatchBridge}
* @return {Proxy}
*/
on(eventName, handler) {
if (this.connected) {
Expand All @@ -133,7 +133,7 @@ export default class Proxy {
* @param {string} eventName
* @param {function} handler
*
* @return {MonkeyPatchBridge}
* @return {Proxy}
*/
off(eventName, handler) {
if (this.connected) {
Expand Down

0 comments on commit af586c5

Please sign in to comment.