Skip to content

Commit d9b6d47

Browse files
Merge pull request #287 from emulsify-ds/develop
Release: Emulsify UI Kit is now installable
2 parents 756a7b0 + 06d04e5 commit d9b6d47

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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">

src/util/system/getAvailableSystems.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
});

src/util/system/getAvailableSystems.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)