Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
v1.5.0-alpha.2 Removed browser field from package file
  • Loading branch information
Scott Prue committed May 30, 2017
commit 954e2e7a6a96a8adcc310fdad49c47701c3e1d28
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "react-redux-firebase",
"version": "1.5.0-alpha",
"version": "1.5.0-alpha.2",
"description": "Redux integration for Firebase. Comes with a Higher Order Component for use with React.",
"browser": "dist/react-redux-firebase.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
Expand Down