Skip to content

Commit ece4015

Browse files
committed
chore: update nodejsorg
Automated update via GitHub Actions workflow
1 parent 80a187b commit ece4015

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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:00:59.741Z
11+
- **Last Updated**: 2025-07-29T04:47:39.332Z
1212

1313
## Table of Contents
1414

docs/packages/nodejs.org/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ This package depends on:
7777
- `zlib.net@1`
7878
- `linux:gnu.org/gcc/libstdcxx`
7979

80+
## Related Packages
81+
82+
These packages work well with node:
83+
84+
- [`npmjs.com`](../npmjs.com/index.md) - the package manager for JavaScript
85+
8086
## Usage Examples
8187

8288
```typescript

src/packages/nodejsorg.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @install `launchpad install node`
1010
* @name `node`
1111
* @dependencies `unicode.org^71`, `[email protected]`, `zlib.net@1`, ... (+1 more) (includes OS-specific dependencies with `os:package` format)
12+
* @companions `npmjs.com`
1213
*
1314
* @example
1415
* ```typescript
@@ -56,7 +57,13 @@ export const nodePackage = {
5657
programs: [
5758
'node',
5859
] as const,
59-
companions: [] as const,
60+
/**
61+
* Related packages that work well with this package.
62+
* Consider installing these for enhanced functionality.
63+
*/
64+
companions: [
65+
'npmjs.com',
66+
] as const,
6067
/**
6168
* Required dependencies for this package.
6269
* These will be automatically installed.

0 commit comments

Comments
 (0)