Skip to content

Commit

Permalink
chore: add description to package.json (#9)
Browse files Browse the repository at this point in the history
* chore: add description
  • Loading branch information
Groszczu authored Nov 29, 2022
1 parent dea222a commit 1eaa705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-rivers-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"use-auto-focus-inputs": patch
---

Add description to package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-auto-focus-inputs",
"version": "0.1.3",
"description": "",
"description": "Single react-native hook to manage auto focus of TextInput",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 1eaa705

Please sign in to comment.