Skip to content

Commit 9ad45b7

Browse files
nazar-pctimdorr
authored andcommitted
Add hint key in package.json to detemine what file to load in browser (#2047)
1 parent 5a4dbd3 commit 9ad45b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "redux",
33
"version": "3.6.0",
44
"description": "Predictable state container for JavaScript apps",
5+
"browser": "dist/redux.js",
56
"main": "lib/index.js",
67
"module": "es/index.js",
78
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)