From 51e4b0dd5de346bfc2bcf0d0d07ab98ba99fcd69 Mon Sep 17 00:00:00 2001 From: nicnacnic Date: Wed, 8 Jun 2022 19:40:14 -0400 Subject: [PATCH] Update package.json --- package.json | 47 +++++------------------------------------------ 1 file changed, 5 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index ab1c808..5d20176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedcontrol-layouts", - "version": "1.3.0", + "version": "1.3.1", "description": "A bundle of easy-to-use NodeCG layouts for marathons to use.", "homepage": "https://github.com/nicnacnic/speedcontrol-layouts", "author": "nicnacnic", @@ -10,9 +10,6 @@ "bundleDependencies": { "nodecg-speedcontrol": "^2.2.0" }, - "dependencies": { - "node-fetch": "^2.6.1" - }, "assetCategories": [ { "name": "sponsorContainer", @@ -56,16 +53,6 @@ "width": 1920, "height": 1080 }, - { - "file": "4x3_3p.html", - "width": 1920, - "height": 1080 - }, - { - "file": "4x3_4p.html", - "width": 1920, - "height": 1080 - }, { "file": "16x9_1p.html", "width": 1920, @@ -76,54 +63,30 @@ "width": 1920, "height": 1080 }, - { - "file": "16x9_3p.html", - "width": 1920, - "height": 1080 - }, { "file": "16x9_4p.html", "width": 1920, "height": 1080 }, - { - "file": "GB.html", - "width": 1920, - "height": 1080 - }, { "file": "GBA.html", "width": 1920, "height": 1080 }, - { - "file": "DS.html", - "width": 1920, - "height": 1080 - }, - { - "file": "3DS.html", - "width": 1920, - "height": 1080 - }, { "file": "Intermission.html", "width": 1920, "height": 1080 }, { - "file": "Interview.html", - "width": 1920, - "height": 1080 - }, - { - "file": "Omnibar.html", + "file": "omnibar/omnibar.html", "width": 1920, - "height": 82.5 + "height": 82 } ] }, "dependencies": { - "node-fetch": "^2.6.1" + "eventsource": "^2.0.2", + "node-fetch": "2.6.1" } }