Skip to content

Commit

Permalink
Merge pull request #754 from Ahmedhamed77/master
Browse files Browse the repository at this point in the history
revert `package.json` to get types from `index.d.ts`
  • Loading branch information
morenoh149 authored Nov 21, 2024
2 parents 1d5eae7 + 5d865d0 commit 20aca6f
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 @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/rt2zz/react-native-contacts",
"main": "index.ts",
"types": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 20aca6f

Please sign in to comment.