Skip to content

Commit

Permalink
chore(release): set react package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed May 4, 2022
1 parent ef3a39d commit 0188598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "RoboWizard components and hooks for React",
"main": "./dist/robo-wizard_react.umd.js",
"module": "./dist/robo-wizard_react.es.js",
"private": false,
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/robo-wizard_react.es.js",
Expand Down

0 comments on commit 0188598

Please sign in to comment.