Skip to content

Commit

Permalink
v3.0.0-alpha.5
Browse files Browse the repository at this point in the history
* fix(core): fix mispelled proptype on ReactReduxFirebaseProvider - #564
  • Loading branch information
Scott Prue committed Jan 2, 2019
1 parent 5224326 commit 820074a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-firebase",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "Redux integration for Firebase. Comes with a Higher Order Components for use with React.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ReactReduxFirebaseProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function ReactReduxFirebaseProvider(props = {}) {
}

ReactReduxFirebaseProvider.defaultProps = {
initalizeAuth: true
initializeAuth: true
}

ReactReduxFirebaseProvider.propTypes = {
Expand Down

0 comments on commit 820074a

Please sign in to comment.