Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bun add --dev @hraness/direct@0.7.6
npm install --save-dev @hraness/direct@0.7.6
```

[npm](https://www.npmjs.com/package/@hraness/direct) ·
[github](https://github.com/hraness/direct) ·
[overview](https://hraness.com/direct)
[Install @hraness/direct from npm](https://www.npmjs.com/package/@hraness/direct) ·
[Direct source on GitHub](https://github.com/hraness/direct) ·
[Direct overview](https://hraness.com/direct)

```text
real interface and feature state
Expand Down
6 changes: 3 additions & 3 deletions scripts/npm-publish-workflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ describe("npm release workflows", () => {
const opening = readme.slice(0, 1_500).replace(/\s+/gu, " ").toLowerCase();
expect(opening).toContain(String(manifest.description).toLowerCase());
for (const link of [
"[npm](https://www.npmjs.com/package/@hraness/direct)",
"[github](https://github.com/hraness/direct)",
"[overview](https://hraness.com/direct)",
"[Install @hraness/direct from npm](https://www.npmjs.com/package/@hraness/direct)",
"[Direct source on GitHub](https://github.com/hraness/direct)",
"[Direct overview](https://hraness.com/direct)",
]) expect(readme).toContain(link);
});

Expand Down