Skip to content

Commit

Permalink
admin: added funding details to pacakge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 3, 2023
1 parent 0b92fed commit 2cba1c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"typescript": "4.9.5",
"uglify-js": "3.17.0"
},
"ethereum": "donations.ethers.eth",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -93,6 +94,16 @@
"types": "./types/wordlists/index.d.ts"
}
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/ethers-io/"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"gitHead": "90afd9bd81ed1408421a0247fa0845a74c9eb319",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 2cba1c7

Please sign in to comment.