Skip to content

Commit

Permalink
Upgrade package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantkageri authored May 28, 2022
1 parent 362e161 commit ace84f6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
{
"name": "jayantkageri",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/jayantkageri/Website",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Jayant Hegde Kageri",
"email": "[email protected]",
"url": "https://jayantkageri.in"
},
"funding": [
{
"type": "upi",
"url": "https://links.jayantkageri.in/payu"
},
{
"type": "github",
"url": "https://github.com/sponsors/jayantkageri"
},
{
"type": "patreon",
"url": "https://www.patreon.com/jayantkageri"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit ace84f6

Please sign in to comment.