Skip to content

Commit

Permalink
Add description and keywords to package.json (#281)
Browse files Browse the repository at this point in the history
* package update

* remove disc

* add codeowners

* Update package.json

Co-authored-by: miguelmtz <[email protected]>

---------

Co-authored-by: miguelmtz <[email protected]>
  • Loading branch information
foodaka and miguelmtzinf authored Feb 9, 2023
1 parent 6562987 commit 7652f6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @miguelmtzinf @foodaka @kartojal @Zer0dot @The-3D
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"name": "@aave/gho",
"description": "GHO core smart contracts",
"keywords": [
"gho",
"stablecoin",
"aave",
"protocol",
"ethereum",
"solidity"
],
"files": [
"contracts",
"artifacts",
"types"
],
"engines": {
"node": ">=16.0.0 <18.0.0"
},
Expand Down Expand Up @@ -79,14 +93,6 @@
"Mark Hinschberger <[email protected]>"
],
"license": "MIT",
"keywords": [
"gho",
"stablecoin",
"aave",
"protocol",
"ethereum",
"solidity"
],
"repository": {
"type": "git",
"url": "git://github.com/aave/gho"
Expand Down

0 comments on commit 7652f6a

Please sign in to comment.