Fixed #5332 - Stepper component style build is broken

This commit is contained in:
tugcekucukoglu 2024-02-26 09:24:26 +03:00
parent 3923edff54
commit e745f914a3
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"main": "./stepperpanel.cjs.js",
"module": "./stepperpanel.esm.js",
"unpkg": "./stepperpanel.min.js",
"types": "./StepperPanel.d.ts"
"main": "./stepperstyle.cjs.js",
"module": "./stepperstyle.esm.js",
"unpkg": "./stepperstyle.min.js",
"types": "./StepperStyle.d.ts"
}