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 f7f2014 commit 6685954Copy full SHA for 6685954
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.1",
4
"description": "A simple set of tools to make using Redux easier",
5
"repository": "https://github.com/reduxjs/redux-toolkit",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"main": "dist/index.js",
10
"module": "dist/redux-toolkit.esm.js",
11
"unpkg": "dist/redux-toolkit.umd.min.js",
0 commit comments