Skip to content

Commit

Permalink
Merge pull request #287 from emulsify-ds/develop
Browse files Browse the repository at this point in the history
Release: Emulsify UI Kit is now installable
  • Loading branch information
callinmullaney authored Aug 30, 2024
2 parents 756a7b0 + 06d04e5 commit d9b6d47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/JeffTomlinson>
<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/>
<a href=https://github.com/amazingrando>
<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/>
<br />
<sub style="font-size:14px"><b>Jeff Tomlinson</b></sub>
<sub style="font-size:14px"><b>Randy Oest</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
Expand All @@ -84,10 +84,10 @@ This project is automatically built and deployed to NPM via a GitHub Actions wor
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
<a href=https://github.com/amazingrando>
<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/>
<a href=https://github.com/JeffTomlinson>
<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/>
<br />
<sub style="font-size:14px"><b>Randy Oest</b></sub>
<sub style="font-size:14px"><b>Jeff Tomlinson</b></sub>
</a>
</td>
<td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0">
Expand Down
5 changes: 5 additions & 0 deletions src/util/system/getAvailableSystems.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ describe('getAvailableSystems', () => {
repository: 'https://github.com/emulsify-ds/compound.git',
platforms: ['drupal'],
},
{
name: 'emulsify-ui-kit',
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['drupal'],
},
]);
});
});
5 changes: 5 additions & 0 deletions src/util/system/getAvailableSystems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ export default async function getAvailableSystems(): Promise<
repository: 'https://github.com/emulsify-ds/compound.git',
platforms: ['drupal'],
},
{
name: 'emulsify-ui-kit',
repository: 'https://github.com/emulsify-ds/emulsify-ui-kit.git',
platforms: ['drupal'],
},
];
}

0 comments on commit d9b6d47

Please sign in to comment.