From 7652f6a7c72ba9cd9d988e0224d7ab54359184c7 Mon Sep 17 00:00:00 2001 From: Mark Hinschberger Date: Thu, 9 Feb 2023 13:41:35 +0000 Subject: [PATCH] Add description and keywords to package.json (#281) * package update * remove disc * add codeowners * Update package.json Co-authored-by: miguelmtz <36620902+miguelmtzinf@users.noreply.github.com> --------- Co-authored-by: miguelmtz <36620902+miguelmtzinf@users.noreply.github.com> --- .github/CODEOWNERS | 1 + package.json | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 .github/CODEOWNERS 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"