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.
1 parent 5193835 commit fc29b7eCopy full SHA for fc29b7e
package.json
@@ -24,9 +24,16 @@
24
"Andrew Clark <[email protected]> (https://github.com/acdlite)"
25
],
26
"main": "lib/redux.js",
27
- "unpkg": "dist/redux.js",
28
"module": "es/redux.js",
29
"types": "types/index.d.ts",
+ "exports": {
30
+ "./package.json": "./package.json",
31
+ ".": {
32
+ "types": "./types/index.d.ts",
33
+ "import": "./es/redux.js",
34
+ "default": "./lib/redux.js"
35
+ }
36
+ },
37
"files": [
38
"dist",
39
"lib",
0 commit comments