Skip to content

Commit dd13a1a

Browse files
authored
Merge pull request #15 from anday013/fix/module-not-found
fix: update path to index files
2 parents bf74c9c + 78b5546 commit dd13a1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-native-otp-entry",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "A fully modifiable OTP input Component for React Native",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
77
"repository": "git@github.com:anday2000/react-native-otp-entry.git",
88
"scripts": {
99
"test": "jest .",

0 commit comments

Comments
 (0)