Skip to content

Commit

Permalink
Merge pull request #10 from FaureWu/feat/yaochen-update-packeage
Browse files Browse the repository at this point in the history
feat(update): update package
  • Loading branch information
FaureWu authored Jun 6, 2019
2 parents 99c0dea + 2db326a commit 82802b0
Show file tree
Hide file tree
Showing 10 changed files with 2,647 additions and 7,547 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"parser": "babylon",
"parser": "babel",
"semi": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"parser": "babylon",
"parser": "babel",
"semi": false
}
2 changes: 1 addition & 1 deletion dist/redux.weapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,4 +440,4 @@ var connectComponent = function connectComponent(mapStateToProps, mapDispatchToP
return createConnectComponent(_store)(mapStateToProps, mapDispatchToProps);
};

export { setStore, connect, connectComponent };
export { connect, connectComponent, setStore };
Loading

0 comments on commit 82802b0

Please sign in to comment.