Skip to content

Commit

Permalink
Fix primefaces#6358: InputOtp fix typescript case
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 9, 2024
1 parent b48c0dc commit 3beaa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/inputotp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"main": "./inputotp.cjs.js",
"module": "./inputotp.esm.js",
"unpkg": "./inputotp.min.js",
"types": "./InputOtp.d.ts",
"types": "./inputotp.d.ts",
"sideEffects": false
}

0 comments on commit 3beaa3f

Please sign in to comment.