File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
7070 </a>
7171 </td>
7272 <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
73- <a href=https://github.com/JeffTomlinson >
74- <img src=https://avatars.githubusercontent.com/u/2602202 ?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jeff Tomlinson />
73+ <a href=https://github.com/amazingrando >
74+ <img src=https://avatars.githubusercontent.com/u/409903 ?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Randy Oest />
7575 <br />
76- <sub style="font-size:14px"><b>Jeff Tomlinson </b></sub>
76+ <sub style="font-size:14px"><b>Randy Oest </b></sub>
7777 </a>
7878 </td>
7979 <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
@@ -84,10 +84,10 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
8484 </a>
8585 </td>
8686 <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
87- <a href=https://github.com/amazingrando >
88- <img src=https://avatars.githubusercontent.com/u/409903 ?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Randy Oest />
87+ <a href=https://github.com/JeffTomlinson >
88+ <img src=https://avatars.githubusercontent.com/u/2602202 ?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Jeff Tomlinson />
8989 <br />
90- <sub style="font-size:14px"><b>Randy Oest </b></sub>
90+ <sub style="font-size:14px"><b>Jeff Tomlinson </b></sub>
9191 </a>
9292 </td>
9393 <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ describe('getAvailableSystems', () => {
99 repository : 'https://github.com/emulsify-ds/compound.git' ,
1010 platforms : [ 'drupal' ] ,
1111 } ,
12+ {
13+ name : 'emulsify-ui-kit' ,
14+ repository : 'https://github.com/emulsify-ds/emulsify-ui-kit.git' ,
15+ platforms : [ 'drupal' ] ,
16+ } ,
1217 ] ) ;
1318 } ) ;
1419} ) ;
Original file line number Diff line number Diff line change @@ -19,5 +19,10 @@ export default async function getAvailableSystems(): Promise<
1919 repository : 'https://github.com/emulsify-ds/compound.git' ,
2020 platforms : [ 'drupal' ] ,
2121 } ,
22+ {
23+ name : 'emulsify-ui-kit' ,
24+ repository : 'https://github.com/emulsify-ds/emulsify-ui-kit.git' ,
25+ platforms : [ 'drupal' ] ,
26+ } ,
2227 ] ;
2328}
You can’t perform that action at this time.
0 commit comments