Skip to content

Commit 6685954

Browse files
committed
Mark scoped package as public
1 parent f7f2014 commit 6685954

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.1",
44
"description": "A simple set of tools to make using Redux easier",
55
"repository": "https://github.com/reduxjs/redux-toolkit",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"main": "dist/index.js",
710
"module": "dist/redux-toolkit.esm.js",
811
"unpkg": "dist/redux-toolkit.umd.min.js",

0 commit comments

Comments
 (0)