We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf74c9c + 78b5546 commit dd13a1aCopy full SHA for dd13a1a
1 file changed
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "react-native-otp-entry",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "A fully modifiable OTP input Component for React Native",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
7
"repository": "git@github.com:anday2000/react-native-otp-entry.git",
8
"scripts": {
9
"test": "jest .",
0 commit comments