diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b5d33fd2..55081003 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -* @vector-im/compound -* @vector-im/compound-web-reviewers +* @element-hq/compound-reviewers diff --git a/package.json b/package.json index a4581569..c37ed191 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,8 @@ "check": "yarn exec biome -- check", "types": "yarn exec tsc -- --noEmit" }, - "keywords": [ - "compound", - "design tokens", - "style dictionary", - "css" - ], - "files": [ - "./assets/web/**/*", - "./icons/**/*" - ], + "keywords": ["compound", "design tokens", "style dictionary", "css"], + "files": ["./assets/web/**/*", "./icons/**/*"], "main": "assets/web/js/index.js", "type": "module", "exports": {