Skip to content

Commit

Permalink
Merge pull request #5 from HarshaR1642/lint-fix
Browse files Browse the repository at this point in the history
Fixed unable to resolve module lint issue.
  • Loading branch information
HarshaR1642 authored Nov 12, 2023
2 parents b9f7d2e + 29581fb commit 4bfd82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@harsha1642/react-native-incomingcall",
"version": "0.1.0",
"description": "test",
"main": "lib/commonjs/index",
"main": "src/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
Expand Down

0 comments on commit 4bfd82a

Please sign in to comment.