File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " json-report" ,
3
- "version" : " 0.0.1 " ,
4
- "name" : " JSON Report" ,
5
- "description" : " JSON reporting plugin" ,
2
+ "id" : " json-report" ,
3
+ "version" : " 0.1.0 " ,
4
+ "name" : " JSON Report" ,
5
+ "description" : " JSON reporting plugin" ,
6
6
"install" : {
7
7
"windows" : [],
8
8
"linux" : [],
9
9
"darwin" : []
10
10
},
11
- "command" : {
12
- "windows" : [" bin/json-report" ],
13
- "linux" : [" bin/json-report" ],
14
- "darwin" : [" bin/json-report" ]
11
+ "command" : {
12
+ "windows" : [
13
+ " bin/json-report"
14
+ ],
15
+ "linux" : [
16
+ " bin/json-report"
17
+ ],
18
+ "darwin" : [
19
+ " bin/json-report"
20
+ ]
15
21
},
16
- "scope" : [" Execution" ],
22
+ "scope" : [
23
+ " Execution"
24
+ ],
17
25
"gaugeVersionSupport" : {
18
26
"minimum" : " 0.7.0" ,
19
27
"maximum" : " "
20
28
}
21
- }
29
+ }
You can’t perform that action at this time.
0 commit comments