Skip to content

Commit 20aca6f

Browse files
authored
Merge pull request #754 from Ahmedhamed77/master
revert `package.json` to get types from `index.d.ts`
2 parents 1d5eae7 + 5d865d0 commit 20aca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/rt2zz/react-native-contacts",
3232
"main": "index.ts",
33-
"types": "index.ts",
33+
"types": "index.d.ts",
3434
"scripts": {
3535
"test": "echo \"Error: no test specified\" && exit 1"
3636
},

0 commit comments

Comments
 (0)