Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 97715d3

Browse files
authored
Fix twitch-addons sample bundle dependency (#297)
The bundle dependency on the `nodecg-io-twitch-addons` bundle in the sample bundle was still referencing the template service. Because of this in some instances the `twitch-addons` sample bundle failed to load because it was loaded before the service.
1 parent 4abccc9 commit 97715d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/twitch-addons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"nodecg": {
66
"compatibleRange": "^1.1.1",
77
"bundleDependencies": {
8-
"nodecg-io-template": "^0.2.0"
8+
"nodecg-io-twitch-addons": "^0.2.0"
99
}
1010
},
1111
"license": "MIT",

0 commit comments

Comments
 (0)