Skip to content

Commit 6542913

Browse files
authored
v1.5.0-alpha.2 (#146)
### Description Removed `browser` field from `package.json` in attempt to solve #128 ### Check List - [X] All tests passing - [X] Docs updated with any changes or examples ### Relevant Issues * [#128](https://github.com/prescottprue/react-redux-firebase/issues/#128)
1 parent a8c0c48 commit 6542913

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "react-redux-firebase",
3-
"version": "1.5.0-alpha",
3+
"version": "1.5.0-alpha.2",
44
"description": "Redux integration for Firebase. Comes with a Higher Order Component for use with React.",
5-
"browser": "dist/react-redux-firebase.js",
65
"main": "lib/index.js",
76
"module": "es/index.js",
87
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)