Skip to content

Commit

Permalink
Removing the browser field for now
Browse files Browse the repository at this point in the history
This is picked up in Webpack by default and will cause all sorts of headaches. Fixes reduxjs#2345
  • Loading branch information
timdorr authored and seantcoyote committed Jan 14, 2018
1 parent 20bbcdd commit bc5120f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "redux",
"version": "3.6.0",
"description": "Predictable state container for JavaScript apps",
"browser": "dist/redux.js",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit bc5120f

Please sign in to comment.