Skip to content

Commit 9f6bf59

Browse files
Merge pull request #13 from swellaby/fix-banner-color
fix: banner color
2 parents 8691351 + ce710fd commit 9f6bf59

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"icon": "images/icon.png",
2727
"galleryBanner": {
28-
"color": "#b7410e",
28+
"color": "#2b5b84",
2929
"theme": "dark"
3030
},
3131
"engines": {
@@ -52,13 +52,13 @@
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": {

test/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)