We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6572886 commit 8e10bc1Copy full SHA for 8e10bc1
package.json
@@ -3,6 +3,7 @@
3
"version": "4.0.0",
4
"description": "Official React bindings for Redux",
5
"main": "./lib/index.js",
6
+ "jsnext:main": "./src/index.js",
7
"scripts": {
8
"build:lib": "babel src --out-dir lib",
9
"build:umd": "webpack src/index.js dist/react-redux.js --config webpack.config.development.js",
0 commit comments