Skip to content

Commit 0446a88

Browse files
committed
chore: wip
1 parent 53b71ce commit 0446a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage/framework/core/components/stepper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
],
2727
"exports": {
2828
".": {
29-
"types": "./lib/stacks-stepper.d.ts",
30-
"import": "./lib/stacks-stepper.js"
29+
"types": "./dist/stacks-stepper.d.ts",
30+
"import": "./dist/stacks-stepper.js"
3131
},
3232
"./*": {
33-
"import": "./lib/*"
33+
"import": "./dist/*"
3434
}
3535
},
3636
"contributors": [

0 commit comments

Comments
 (0)