From bd7c4756f71c630ef84f179d5ab00f560fb9197b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 29 Jul 2021 15:55:15 -0700 Subject: [PATCH] chore: remove self from MAINTAINERS (#773) --- CODEOWNERS | 2 -- MAINTAINERS.md | 4 ---- package.json | 5 ++++- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e5875885..e69de29b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +0,0 @@ -* @metonym -* @josefaidt \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4388eb8a..c4690777 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,5 +1 @@ # Maintainers - -[Eric Liu](https://github.com/metonym) - eric.young.liu@ibm.com - -[Josef Aidt](https://github.com/josefaidt) - josef.aidt@gmail.com diff --git a/package.json b/package.json index 86fe3b7b..1b3e855e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "carbon-components-svelte", "version": "0.42.1", "license": "Apache-2.0", - "author": "IBM", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", "main": "./lib/index.js", @@ -82,5 +81,9 @@ "css", "preprocess", "actions" + ], + "contributors": [ + "Eric Liu (https://github.com/metonym)", + "Josef Aidt (https://github.com/josefaidt)" ] }