diff --git a/.all-contributorsrc b/.all-contributorsrc index a647950..df3a851 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,22 +1,40 @@ { - "files": ["README.md"], - "imageSize": 100, - "commit": false, - "commitType": "docs", - "commitConvention": "angular", - "contributors": [ - { - "login": "boostvolt", - "name": "Jan Kott", - "avatar_url": "https://avatars.githubusercontent.com/u/51777660?v=4", - "profile": "https://github.com/boostvolt", - "contributions": ["code", "ideas", "content"] - } - ], - "contributorsPerLine": 7, - "skipCi": true, - "repoType": "github", - "repoHost": "https://github.com", - "projectName": "rollup-plugin-sbom", - "projectOwner": "janbiasi" + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "boostvolt", + "name": "Jan Kott", + "avatar_url": "https://avatars.githubusercontent.com/u/51777660?v=4", + "profile": "https://github.com/boostvolt", + "contributions": [ + "code", + "ideas", + "content" + ] + }, + { + "login": "janbiasi", + "name": "Jan R. Biasi", + "avatar_url": "https://avatars.githubusercontent.com/u/4563751?v=4", + "profile": "https://github.com/janbiasi", + "contributions": [ + "business", + "code", + "ideas", + "content" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "rollup-plugin-sbom", + "projectOwner": "janbiasi" }