Skip to content

Commit

Permalink
add moss npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jan 2, 2025
1 parent e6be575 commit 0382cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/projects.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const projects_metadata: Array<Project_Metadata> = [
name: 'moss',
repo: '@ryanatkn/moss',
title: '<a href="https://moss.ryanatkn.com/">Moss</a>',
subtitle: `<a class="chip" href="https://github.com/ryanatkn/moss">source</a>`, // TODO publish moss - <a class="chip" href="https://www.npmjs.com/package/@ryanatkn/moss">npm</a>
subtitle: `<a class="chip" href="https://github.com/ryanatkn/moss">source</a> <a class="chip" href="https://www.npmjs.com/package/@ryanatkn/moss">npm</a>`,
},
{
name: 'fuz',
Expand Down
3 changes: 2 additions & 1 deletion src/routes/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const projects: Array<Project_Info> = [
name: 'moss',
repo: '@ryanatkn/moss',
title: '<a href="https://moss.ryanatkn.com/">Moss</a>',
subtitle: '<a class="chip" href="https://github.com/ryanatkn/moss">source</a>',
subtitle:
'<a class="chip" href="https://github.com/ryanatkn/moss">source</a> <a class="chip" href="https://www.npmjs.com/package/@ryanatkn/moss">npm</a>',
},
{
description: '<a href="https://svelte.dev/">Svelte</a> UI library',
Expand Down

0 comments on commit 0382cd8

Please sign in to comment.