Skip to content

Commit

Permalink
Add unpkg field to package.json (#3003)
Browse files Browse the repository at this point in the history
This allows unpkg to point to the UMD build of redux via https://unpkg.com/redux. Currently this points at lib/redux.js which will not run in browsers.
  • Loading branch information
andrewbridge authored and timdorr committed May 22, 2018
1 parent 439a828 commit 8ec25a2
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 @@ -12,6 +12,7 @@
"Andrew Clark <acdlite@me.com> (https://github.com/acdlite)"
],
"main": "lib/redux.js",
"unpkg": "dist/redux.js",
"module": "es/redux.js",
"typings": "./index.d.ts",
"files": [
Expand Down

0 comments on commit 8ec25a2

Please sign in to comment.