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.
2 parents 777652d + 8e10bc1 commit 8a096dbCopy full SHA for 8a096db
.npmignore
@@ -1,2 +1 @@
1
-src
2
examples
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