chore: remove self from MAINTAINERS (#773)

This commit is contained in:
Eric 2021-07-29 15:55:15 -07:00 committed by GitHub
commit bd7c4756f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -1,2 +0,0 @@
* @metonym
* @josefaidt

View file

@ -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

View file

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