Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat: add unsplash package to store (#769)
Browse files Browse the repository at this point in the history
* feat: add unsplash package to store
* fix: remove category
  • Loading branch information
yuzl authored and tilmx committed Mar 26, 2019
1 parent 692864f commit c9e093b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/model/src/library-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export class LibraryStore {
name: '@meetalva/feather-icons',
version: 'latest'
},
{
name: '@meetalva/unsplash',
version: 'latest'
},
{
name: '@meetalva/video-player',
version: 'latest'
Expand Down

1 comment on commit c9e093b

@marionebl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.