File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
"url" : " http://gajus.com"
6
6
},
7
7
"dependencies" : {
8
- "ajv" : " ^4.7 .0" ,
9
- "ajv-keywords" : " ^1 .0.0" ,
8
+ "ajv" : " ^5.0 .0" ,
9
+ "ajv-keywords" : " ^2 .0.0" ,
10
10
"chalk" : " ^1.1.1" ,
11
11
"lodash" : " ^4.0.0" ,
12
12
"slice-ansi" : " 0.0.4" ,
13
13
"string-width" : " ^2.0.0"
14
14
},
15
15
"description" : " Formats data into a string table." ,
16
16
"devDependencies" : {
17
- "ajv-cli" : " ^1.1 .0" ,
17
+ "ajv-cli" : " ^2.0 .0" ,
18
18
"babel" : " ^6.5.2" ,
19
19
"babel-cli" : " ^6.14.0" ,
20
20
"babel-core" : " ^6.14.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " config.json" ,
3
- "$schema" : " http://json-schema.org/draft-04 /schema#" ,
2
+ "$ id" : " config.json" ,
3
+ "$schema" : " http://json-schema.org/draft-06 /schema#" ,
4
4
"type" : " object" ,
5
5
"properties" : {
6
6
"border" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " streamConfig.json" ,
3
- "$schema" : " http://json-schema.org/draft-04 /schema#" ,
2
+ "$ id" : " streamConfig.json" ,
3
+ "$schema" : " http://json-schema.org/draft-06 /schema#" ,
4
4
"type" : " object" ,
5
5
"properties" : {
6
6
"border" : {
You can’t perform that action at this time.
0 commit comments