diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..01ca082 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "beaussan", + "name": "Nicolas Beaussart", + "avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4", + "profile": "https://github.com/beaussan", + "contributions": [ + "code", + "ideas", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nbx", + "projectOwner": "beaussan", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}