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)" ] }