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 #2345
  • Loading branch information
timdorr committed Jun 15, 2017
1 parent f4d9e55 commit f3bba96
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 f3bba96

Please sign in to comment.