diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5ce00d75 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @miguelmtzinf @foodaka @kartojal @Zer0dot @The-3D diff --git a/package.json b/package.json index 2e976dee..6720fa77 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -79,14 +93,6 @@ "Mark Hinschberger " ], "license": "MIT", - "keywords": [ - "gho", - "stablecoin", - "aave", - "protocol", - "ethereum", - "solidity" - ], "repository": { "type": "git", "url": "git://github.com/aave/gho"