Skip to content

Commit

Permalink
🔧 Fix author package.json field (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta authored Dec 28, 2020
1 parent 18c37c8 commit f115db0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1"
},
"author": "Carlos Cuesta",
"author": {
"name": "carloscuesta",
"email": "[email protected]",
"url": "https://carloscuesta.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscuesta/gitmoji/issues"
Expand Down

1 comment on commit f115db0

@vercel
Copy link

@vercel vercel bot commented on f115db0 Dec 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.