Skip to content

Commit 46bfe96

Browse files
author
Alex Van Camp
committed
feat(integrations): add lfg-sublistener integration
1 parent fbdcc37 commit 46bfe96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/services/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
const semver = require('semver');
44
const integrations = {
55
'lfg-siphon': '~0.3.0',
6-
'lfg-streamtip': '~0.0.1'
6+
'lfg-streamtip': '~0.0.1',
7+
'lfg-sublistener': '^2.0.0'
78
};
89

910
module.exports = function (nodecg, nucleus) {

0 commit comments

Comments
 (0)