Skip to content

Commit

Permalink
Merge pull request #286 from emulsify-ds/add-ui-kit
Browse files Browse the repository at this point in the history
Add UI Kit to systems
  • Loading branch information
callinmullaney authored Aug 30, 2024
2 parents b623547 + fe18ed9 commit 06d04e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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 06d04e5

Please sign in to comment.