File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -46,7 +46,14 @@ npm run test
46
46
npm run lint
47
47
```
48
48
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
+ | :---: |
50
57
<!-- ALL-CONTRIBUTORS-LIST:END -->
51
58
52
59
This project follows the [ all-contributors] [ all-contributors ] specification.
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
7
7
"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"
9
11
},
10
12
"dependencies" : {
11
13
"vue" : " ^2.5.17"
You can’t perform that action at this time.
0 commit comments