Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjainrksh committed Jan 15, 2024
1 parent 855dfe8 commit 0b3ed9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A react component to preview fonts.

Try it out: https://font-preview-zeta.vercel.app/

## Installation
```
npm install font-preview
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,11 @@
"WOFF",
"WOFF2"
],
"author": "Ayush Jain <ayushjainrksh@gmail.com>"
"author": "Ayush Jain <ayushjainrksh@gmail.com>",
"license": "GPL-3.0",
"homepage": "https://font-preview-zeta.vercel.app/",
"repository": {
"type": "git",
"url": "git@github.com:devkrafts/font-preview.git"
}
}

0 comments on commit 0b3ed9e

Please sign in to comment.