Skip to content

Commit

Permalink
add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogin Farrer committed Jan 16, 2023
1 parent 81d9bb3 commit 25a75c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"render",
"expand",
"auto"
]
],
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@
"expand",
"hooks",
"auto"
]
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 25a75c6

Please sign in to comment.