Skip to content

Commit 192efd5

Browse files
committed
Init our contributors using the CLI
1 parent 47e8c19 commit 192efd5

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.all-contributorsrc

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"projectName": "cornerstonejs-marketplace",
3+
"projectOwner": "dannyrb",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"contributors": [
12+
{
13+
"login": "dannyrb",
14+
"name": "Danny Brown",
15+
"avatar_url": "https://avatars1.githubusercontent.com/u/5797588?v=4",
16+
"profile": "http://dannyrb.com/",
17+
"contributions": [
18+
"code",
19+
"design"
20+
]
21+
}
22+
]
23+
}

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ npm run test
4646
npm run lint
4747
```
4848

49-
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section -->
49+
## Contributors
50+
51+
Thanks goes to these wonderful people ([emoji key][emojis]):
52+
53+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
54+
<!-- prettier-ignore -->
55+
| [<img src="https://avatars1.githubusercontent.com/u/5797588?v=4" width="100px;"/><br /><sub><b>Danny Brown</b></sub>](http://dannyrb.com/)<br />[💻](https://github.com/dannyrb/cornerstonejs-marketplace/commits?author=dannyrb "Code") [🎨](#design-dannyrb "Design") |
56+
| :---: |
5057
<!-- ALL-CONTRIBUTORS-LIST:END -->
5158

5259
This project follows the [all-contributors][all-contributors] specification.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"scripts": {
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
8-
"lint": "vue-cli-service lint"
8+
"lint": "vue-cli-service lint",
9+
"contributors:add": "all-contributors add",
10+
"contributors:generate": "all-contributors generate"
911
},
1012
"dependencies": {
1113
"vue": "^2.5.17"

0 commit comments

Comments
 (0)