File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "icon" : " images/icon.png" ,
2727 "galleryBanner" : {
28- "color" : " #b7410e " ,
28+ "color" : " #2b5b84 " ,
2929 "theme" : " dark"
3030 },
3131 "engines" : {
5252 "devDependencies" : {
5353 "@swellaby/eslint-config" : " ^2.0.0" ,
5454 "chai" : " ^4.2.0" ,
55- "eslint" : " ^6.0 .0" ,
55+ "eslint" : " ^6.4 .0" ,
5656 "mkdirp" : " ^0.5.1" ,
57- "mocha" : " ^6.1.4 " ,
58- "mocha-multi" : " ^1.1.0 " ,
57+ "mocha" : " ^6.2.0 " ,
58+ "mocha-multi" : " ^1.1.3 " ,
5959 "mocha-multi-reporters" : " ^1.1.7" ,
6060 "rimraf" : " ^3.0.0" ,
61- "vsce" : " ^1.62 .0"
61+ "vsce" : " ^1.66 .0"
6262 },
6363 "license" : " MIT" ,
6464 "bugs" : {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ suite('Metadata Tests:', () => {
3535
3636 test ( 'Should have the correct gallery banner' , ( ) => {
3737 const galleryBanner = manifest . galleryBanner ;
38- assert . deepEqual ( galleryBanner . color . toLowerCase ( ) , '#b7410e ' ) ;
38+ assert . deepEqual ( galleryBanner . color . toLowerCase ( ) , '#2b5b84 ' ) ;
3939 assert . deepEqual ( galleryBanner . theme , 'dark' ) ;
4040 } ) ;
4141
You can’t perform that action at this time.
0 commit comments