Skip to content

Commit

Permalink
Merge pull request #291 from bhovhannes/patch-1
Browse files Browse the repository at this point in the history
chore: added `module` key to let modern bundlers pick ES version
  • Loading branch information
ellbee authored Oct 19, 2017
2 parents 09b3c73 + a3792b5 commit fef418e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Selectors for Redux.",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
Expand Down

0 comments on commit fef418e

Please sign in to comment.