Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 30, 2024
1 parent 53b71ce commit 0446a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/framework/core/components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
],
"exports": {
".": {
"types": "./lib/stacks-stepper.d.ts",
"import": "./lib/stacks-stepper.js"
"types": "./dist/stacks-stepper.d.ts",
"import": "./dist/stacks-stepper.js"
},
"./*": {
"import": "./lib/*"
"import": "./dist/*"
}
},
"contributors": [
Expand Down

0 comments on commit 0446a88

Please sign in to comment.