diff --git a/components/lib/inputotp/package.json b/components/lib/inputotp/package.json index 39b0a1db3..890b8ee5d 100644 --- a/components/lib/inputotp/package.json +++ b/components/lib/inputotp/package.json @@ -2,8 +2,8 @@ "main": "./inputotp.cjs.js", "module": "./inputotp.esm.js", "unpkg": "./inputotp.min.js", - "types": "./inputotp.d.ts", + "types": "./InputOtp.d.ts", "browser": { - "./sfc": "./inputotp.vue" + "./sfc": "./InputOtp.vue" } } diff --git a/components/lib/inputotp/style/package.json b/components/lib/inputotp/style/package.json index 47e678339..6b9550fd6 100644 --- a/components/lib/inputotp/style/package.json +++ b/components/lib/inputotp/style/package.json @@ -2,5 +2,5 @@ "main": "./inputotpstyle.cjs.js", "module": "./inputotpstyle.esm.js", "unpkg": "./inputotpstyle.min.js", - "types": "./inputotpstyle.d.ts" + "types": "./InputOtpStyle.d.ts" }