Skip to content

Commit 5efd514

Browse files
Merge pull request #3 from rokucommunity/2-add-sgrouter-to-projects
Add sgRouter to projects
2 parents cc677c2 + 9ee5466 commit 5efd514

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/projects.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,27 @@ export function getAllProjects(): Project[] {
359359
}
360360
]
361361
},
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+
releaseLine: 'mainline'
380+
}
381+
]
382+
},
362383
{
363384
name: 'bsc-plugin-inline-annotation',
364385
hide: true,

0 commit comments

Comments
 (0)