Skip to content

Commit

Permalink
feat(package): Add description, homepage and other sources
Browse files Browse the repository at this point in the history
  • Loading branch information
josepmartins committed May 25, 2021
1 parent df07fe0 commit 2d75553
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
{
"name": "boring-avatars",
"description": "Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.",
"homepage": "https://boringavatars.com/",
"version": "1.5.2",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/boringdesigners/boring-avatars"
},
"bugs": {
"url": "https://github.com/boringdesigners/boring-avatars/issues"
},
"keywords": [
"avatar",
"gravatar",
"profile picture",
"user avatar",
"avatar generator",
"avatar placeholder"
],
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js && rm build/index.js.map",
Expand Down

0 comments on commit 2d75553

Please sign in to comment.