There was an error while loading. Please reload this page.
2 parents cc677c2 + 9ee5466 commit 5efd514Copy full SHA for 5efd514
1 file changed
src/projects.ts
@@ -359,6 +359,27 @@ export function getAllProjects(): Project[] {
359
}
360
]
361
},
362
+ {
363
+ name: '@rokucommunity/sgRouter',
364
+ repository: {
365
+ owner: 'rokucommunity',
366
+ repository: 'sgRouter'
367
+ },
368
+ releaseLine: {
369
+ name: 'mainline',
370
+ branch: 'master',
371
372
+ dependencies: [
373
374
+ name: '@rokucommunity/promises',
375
+ releaseLine: 'mainline'
376
377
378
+ name: 'brighterscript',
379
380
+ }
381
+ ]
382
383
{
384
name: 'bsc-plugin-inline-annotation',
385
hide: true,
0 commit comments