Skip to content

Commit 8a096db

Browse files
committed
Merge pull request #186 from tgriesser/npmignore
Remove src from npmignore
2 parents 777652d + 8e10bc1 commit 8a096db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
src
21
examples

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.0.0",
44
"description": "Official React bindings for Redux",
55
"main": "./lib/index.js",
6+
"jsnext:main": "./src/index.js",
67
"scripts": {
78
"build:lib": "babel src --out-dir lib",
89
"build:umd": "webpack src/index.js dist/react-redux.js --config webpack.config.development.js",

0 commit comments

Comments
 (0)