Skip to content

Commit

Permalink
Add contributors to package.json
Browse files Browse the repository at this point in the history
Added a "contributors" field in package.json to include the details of the developers contributing to this project. The added contributors are Alex Zappa and Aleksandr Zapparov, their contact details are included as well.
  • Loading branch information
reatlat committed Mar 3, 2024
1 parent 64bcb0e commit b50f1c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
"email": "[email protected]",
"url": "https://alex.zappa.dev/"
},
"contributors": [
{
"name": "Alex Zappa",
"email": "[email protected]",
"url": "https://alex.zappa.dev/"
},
{
"name": "Aleksandr Zapparov",
"email": "[email protected]",
"url": "https://zapparov.dev/"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/freshjuice-dev/freshjuice-hubspot-theme/issues"
Expand Down

0 comments on commit b50f1c6

Please sign in to comment.