Skip to content

Commit 4887043

Browse files
committed
chore: update github.com_krzkaczor_ny
Automated update via GitHub Actions workflow
1 parent ece4015 commit 4887043

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docs/package-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Each package can be accessed using `getPackage(name)` or directly via `pantry.do
88

99
- **Total Packages**: 1397
1010
- **Categories**: 27
11-
- **Last Updated**: 2025-07-29T04:47:39.332Z
11+
- **Last Updated**: 2025-07-29T06:33:06.898Z
1212

1313
## Table of Contents
1414

docs/packages/github.com/krzkaczor/ny.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ This package provides the following executable programs:
4040
sh <(curl https://pkgx.sh) ny -- $SHELL -i
4141
```
4242

43-
## Related Packages
44-
45-
These packages work well with ny:
46-
47-
- [`npmjs.com`](../../npmjs.com/index.md) - the package manager for JavaScript
48-
4943
## Usage Examples
5044

5145
```typescript

src/packages/github.com/krzkaczor/ny.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*
99
* @install `launchpad install ny`
1010
* @name `ny`
11-
* @companions `npmjs.com`
1211
*
1312
* @example
1413
* ```typescript
@@ -56,13 +55,7 @@ export const nyPackage = {
5655
programs: [
5756
'ny',
5857
] as const,
59-
/**
60-
* Related packages that work well with this package.
61-
* Consider installing these for enhanced functionality.
62-
*/
63-
companions: [
64-
'npmjs.com',
65-
] as const,
58+
companions: [] as const,
6659
dependencies: [] as const,
6760
/**
6861
* Available versions from newest to oldest.

0 commit comments

Comments
 (0)