Skip to content

Commit

Permalink
Add types to package
Browse files Browse the repository at this point in the history
  • Loading branch information
leoz committed Apr 26, 2020
1 parent 8f46088 commit 43a1f3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "react-native-user-avatar-component",
"version": "0.0.3",
"version": "0.0.4",
"description": "React Native component for a user avatar with fallback to colored initials",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"keywords": [
"react-native",
Expand Down

0 comments on commit 43a1f3a

Please sign in to comment.