Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnacnic authored Jun 8, 2022
1 parent 728417c commit 51e4b0d
Showing 1 changed file with 5 additions and 42 deletions.
47 changes: 5 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,9 +10,6 @@
"bundleDependencies": {
"nodecg-speedcontrol": "^2.2.0"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"assetCategories": [
{
"name": "sponsorContainer",
Expand Down Expand Up @@ -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,
Expand All @@ -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"
}
}

0 comments on commit 51e4b0d

Please sign in to comment.