mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5332 - Stepper component style build is broken
This commit is contained in:
parent
3923edff54
commit
e745f914a3
2 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue