Skip to content

Commit e97af5c

Browse files
committed
Add unpkg field to package.json (#1003)
See reduxjs/redux#3003.
1 parent 0133ff7 commit e97af5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"repository": "github:reduxjs/react-redux",
2020
"bugs": "https://github.com/reduxjs/react-redux/issues",
2121
"main": "./lib/index.js",
22+
"unpkg": "dist/react-redux.js",
2223
"module": "es/index.js",
2324
"files": [
2425
"dist",

0 commit comments

Comments
 (0)