[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove `.js` extensions

+2 -2
+1 -1
app/composables/useRepoMeta.ts
··· 3 3 GITLAB_HOSTS, 4 4 type ProviderId, 5 5 type RepoRef, 6 - } from '#shared/utils/git-providers.js' 6 + } from '#shared/utils/git-providers' 7 7 8 8 export type RepoMetaLinks = { 9 9 repo: string
+1 -1
server/utils/readme.ts
··· 1 1 import { marked, type Tokens } from 'marked' 2 2 import sanitizeHtml from 'sanitize-html' 3 3 import { hasProtocol } from 'ufo' 4 - import type { ReadmeResponse } from '#shared/types/readme.js' 4 + import type { ReadmeResponse } from '#shared/types/readme' 5 5 import { convertBlobToRawUrl, type RepositoryInfo } from '#shared/utils/git-providers' 6 6 7 7 /**